Spread Silverlight Documentation
SetSheetTable Method (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : SetSheetTable Method
An IExcelTable instance describe a table settings.
Add a sheet table to the current worksheet.
Syntax
'Declaration
 
Public Sub SetSheetTable( _
   ByVal table As IExcelTable _
) 
'Usage
 
Dim instance As ExcelWorksheet
Dim table As IExcelTable
 
instance.SetSheetTable(table)
public void SetSheetTable( 
   IExcelTable table
)

Parameters

table
An IExcelTable instance describe a table settings.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members