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


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

Property Value

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