Spread Windows Forms 12.0 Product Documentation
ShowTableStyleFirstColumn Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : ShowTableStyleFirstColumn Property
Gets or sets a value indicating whether the first column is formatted for the specified table object.
Syntax
'Declaration
 
Property ShowTableStyleFirstColumn As Boolean
'Usage
 
Dim instance As ITable
Dim value As Boolean
 
instance.ShowTableStyleFirstColumn = value
 
value = instance.ShowTableStyleFirstColumn
bool ShowTableStyleFirstColumn {get; set;}

Property Value

true if the first column is formatted for the specified table object; otherwise, false.
See Also

Reference

ITable Interface
ITable Members