Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / VAlignment Property


In This Topic
VAlignment Property (Alignment)
In This Topic
Gets or sets the type of vertical alignment in cells.
Syntax
'Declaration
 
Public Property VAlignment As VerticalAlignment
 
'Usage
 
Dim instance As Alignment
Dim value As VerticalAlignment
 
instance.VAlignment = value
 
value = instance.VAlignment

Property Value

A HorizontalAlignment value represents the type of vertical alignment in cells.
See Also