Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public VerticalAlignmentType VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignmentType
	Get
	Set
public:
property VerticalAlignmentType VerticalAlignment {
	VerticalAlignmentType get ();
	void set (VerticalAlignmentType value);
}
member VerticalAlignment : VerticalAlignmentType with get, set

Property Value

VerticalAlignmentType

See Also