Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetRichValue Method / GetRichValue(Table,Int32) Method
The table contains the GrapeCity.CalcEngine.IRichValue object.
The table column contains the GrapeCity.CalcEngine.IRichValue object.


In This Topic
    GetRichValue(Table,Int32) Method
    In This Topic
    Gets the richvalue in the table data range
    Syntax
    'Declaration
     
    
    Public Overloads Function GetRichValue( _
       ByRef table As Table, _
       ByRef column As Integer _
    ) As IRichValue
    'Usage
     
    
    Dim instance As Worksheet
    Dim table As Table
    Dim column As Integer
    Dim value As IRichValue
     
    value = instance.GetRichValue(table, column)
    public IRichValue GetRichValue( 
       out Table table,
       out int column
    )

    Parameters

    table
    The table contains the GrapeCity.CalcEngine.IRichValue object.
    column
    The table column contains the GrapeCity.CalcEngine.IRichValue object.

    Return Value

    The contextual GrapeCity.CalcEngine.IRichValue object.
    See Also