GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / DataTable Method / DataTable(IRange,IRange) Method
A single cell to use as the row input for your table.
A single cell to use as the column input for your table.


In This Topic
DataTable(IRange,IRange) Method
In This Topic
Creates a data table based on input values and formulas that you define on a worksheet.
Syntax
'Declaration
 
Overloads Function DataTable( _
   ByVal rowInput As IRange, _
   ByVal columnInput As IRange _
) As Boolean
 
'Usage
 
Dim instance As IRange
Dim rowInput As IRange
Dim columnInput As IRange
Dim value As Boolean
 
value = instance.DataTable(rowInput, columnInput)

Parameters

rowInput
A single cell to use as the row input for your table.
columnInput
A single cell to use as the column input for your table.

Return Value

true if the data table is created; otherwise, false.
See Also