Spread Silverlight Documentation
DefaultTableStyleName Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : DefaultTableStyleName Property
Get or set the name of the default table style to apply to new tables.
Syntax
'Declaration
 
Property DefaultTableStyleName As System.String
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.String
 
instance.DefaultTableStyleName = value
 
value = instance.DefaultTableStyleName
System.string DefaultTableStyleName {get; set;}
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members