GetValue Method (IReferenceSource)
In This Topic
Gets the value at the specified location of the 2-dimensions matrix.
Overload List
Overload | Description |
GetValue(IEvaluationContext,Int32,Int32,IPrimitiveValue) | Gets the value at the specified location of the 2-dimensions matrix. |
GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,IValuesArray,Boolean) | Gets the values at the specified range of the 2-dimensions matrix. |
GetValue(IEvaluationContext,Int32,Int32,Int32,Int32,CellValue[],Int32) | Gets the values at the specified range of the 2-dimensions matrix. |
GetValue(IEvaluationContext,Int32,Int32,CellValue) | Gets the value at the specified location of the 2-dimensions matrix. |
See Also