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