GrapeCity.Xaml.SpreadSheet.Data
AddTable(String,Int32,Int32,Object) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class > AddTable Method : AddTable(String,Int32,Int32,Object) Method
The table name.
The row index.
The column index.
The data source for the table.
Adds a range table with a specified data source to the sheet.
Syntax
'Declaration
 
Public Overloads Function AddTable( _
   ByVal tableName As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal datasource As Object _
) As SheetTable
'Usage
 
Dim instance As Worksheet
Dim tableName As String
Dim row As Integer
Dim column As Integer
Dim datasource As Object
Dim value As SheetTable
 
value = instance.AddTable(tableName, row, column, datasource)
public SheetTable AddTable( 
   string tableName,
   int row,
   int column,
   object datasource
)

Parameters

tableName
The table name.
row
The row index.
column
The column index.
datasource
The data source for the table.

Return Value

The new table instance.
See Also

Reference

Worksheet Class
Worksheet Members
Overload List