Spread Windows Forms 12.0 Product Documentation
Alignment Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DifferentialFormat Class : Alignment Property
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
public Alignment Alignment {get; set;}

Property Value

An Alignment value represents the alignment formatting.
See Also

Reference

DifferentialFormat Class
DifferentialFormat Members