Spread WPF Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.