Spread Silverlight Documentation
ShowLastColumn Property (ExcelTableStyleInfo)


GrapeCity.Excel Namespace > ExcelTableStyleInfo Class : ShowLastColumn Property
A boolean indicating whether the last column in the table should have style applied.
Syntax
'Declaration
 
Public Property ShowLastColumn As System.Boolean
'Usage
 
Dim instance As ExcelTableStyleInfo
Dim value As System.Boolean
 
instance.ShowLastColumn = value
 
value = instance.ShowLastColumn
public System.bool ShowLastColumn {get; set;}
See Also

Reference

ExcelTableStyleInfo Class
ExcelTableStyleInfo Members