Spread Windows Forms 12.0 Product Documentation
ShowTableStyleLastColumn Property


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

Property Value

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

Reference

ITable Interface
ITable Members