Spread Windows Forms 12.0 Product Documentation
DefaultTableStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : DefaultTableStyle Property
Gets or sets the table style from the TableStyles collection that is used as the default table style.
Syntax
'Declaration
 
Property DefaultTableStyle As ITableStyle
'Usage
 
Dim instance As IWorkbook
Dim value As ITableStyle
 
instance.DefaultTableStyle = value
 
value = instance.DefaultTableStyle
ITableStyle DefaultTableStyle {get; set;}

Property Value

An ITableStyle object represents the default table style.
See Also

Reference

IWorkbook Interface
IWorkbook Members