Spread Silverlight Documentation
SetTable Method


GrapeCity.Excel Namespace > IExcelTableReader Interface : SetTable Method
Zero-based worksheet index.
An IExcelTable instance which represents a table defined in the specified worksheet.
Add a table to the specified sheet.
Syntax
'Declaration
 
Sub SetTable( _
   ByVal sheetIndex As System.Integer, _
   ByVal table As IExcelTable _
) 
'Usage
 
Dim instance As IExcelTableReader
Dim sheetIndex As System.Integer
Dim table As IExcelTable
 
instance.SetTable(sheetIndex, table)
void SetTable( 
   System.int sheetIndex,
   IExcelTable table
)

Parameters

sheetIndex
Zero-based worksheet index.
table
An IExcelTable instance which represents a table defined in the specified worksheet.
See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members