Spread Windows Forms 12.0 Product Documentation
IncludeAlignment Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : IncludeAlignment Property
Gets a value indicating whether the style includes the alignment properties.
Syntax
'Declaration
 
Property IncludeAlignment As Boolean
'Usage
 
Dim instance As IStyle
Dim value As Boolean
 
instance.IncludeAlignment = value
 
value = instance.IncludeAlignment
bool IncludeAlignment {get; set;}

Property Value

true if the style includes the alignment properties; otherwise, false.
See Also

Reference

IStyle Interface
IStyle Members