'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.