[]
Gets the value of a specified formula of the object consumer at the specified cell.
object GetValue(IExpressionConsumer obj, int index, int row, int column)
Function GetValue(obj As IExpressionConsumer, index As Integer, row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
IExpressionConsumer | obj | The object consumer |
int | index | The index of specified formula |
int | row | The row index of specified cell |
int | column | The column index of specified cell |
Type | Description |
---|---|
object |