Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / DataTable Method / DataTable(CellReference,CellReference) 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(CellReference,CellReference) 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 CellReference, _
       ByVal columnInput As CellReference _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim rowInput As CellReference
    Dim columnInput As CellReference
    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