'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.