Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / DefaultTableStyle Property


In This Topic
DefaultTableStyle Property (Workbook)
In This Topic
Gets or sets the table style from the TableStyles collection that is used as the default table style.
Syntax
'Declaration
 
Public Property DefaultTableStyle As ITableStyle
 
'Usage
 
Dim instance As Workbook
Dim value As ITableStyle
 
instance.DefaultTableStyle = value
 
value = instance.DefaultTableStyle

Property Value

An ITableStyle object represents the default table style.
See Also