Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public VerticalAlignType VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignType
	Get
	Set
public:
virtual property VerticalAlignType VerticalAlignment {
	VerticalAlignType get () sealed;
	void set (VerticalAlignType value) sealed;
}
abstract VerticalAlignment : VerticalAlignType with get, set
override VerticalAlignment : VerticalAlignType with get, set

Property Value

VerticalAlignType

Implements

IXLSRange..::..VerticalAlignment

See Also