Spread Silverlight Documentation
GetDefaultTableStyleName Method


GrapeCity.Excel Namespace > IExcelTableWriter Interface : GetDefaultTableStyleName Method
Get the name of the default table style used by the current workbook
Syntax
'Declaration
 
Function GetDefaultTableStyleName() As System.String
'Usage
 
Dim instance As IExcelTableWriter
Dim value As System.String
 
value = instance.GetDefaultTableStyleName()
System.string GetDefaultTableStyleName()

Return Value

The name of the default table style
See Also

Reference

IExcelTableWriter Interface
IExcelTableWriter Members