GrapeCity.Xaml.SpreadSheet.Data
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options