Spread Silverlight Documentation
SetTableStyle Method


GrapeCity.Excel Namespace > IExcelTableReader Interface : SetTableStyle Method
a table style definition that indicates how the workbook should format and display a table.
Set a table style which used by one of table of the current workbook.
Syntax
'Declaration
 
Sub SetTableStyle( _
   ByVal tableStyle As IExcelTableStyle _
) 
'Usage
 
Dim instance As IExcelTableReader
Dim tableStyle As IExcelTableStyle
 
instance.SetTableStyle(tableStyle)
void SetTableStyle( 
   IExcelTableStyle tableStyle
)

Parameters

tableStyle
a table style definition that indicates how the workbook should format and display a table.
See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members