Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DifferentialFormat Class / Alignment Property


In This Topic
Alignment Property (DifferentialFormat)
In This Topic
Gets or sets the alignment formatting.
Syntax
'Declaration
 
Public Property Alignment As Alignment
 
'Usage
 
Dim instance As DifferentialFormat
Dim value As Alignment
 
instance.Alignment = value
 
value = instance.Alignment

Property Value

An Alignment value represents the alignment formatting.
See Also