Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.