GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / DefaultTableStyle Property


In This Topic
DefaultTableStyle Property
In This Topic
Gets or sets the table style from the ITableStyle 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

Property Value

An ITableStyle object represents the default table style.
See Also