Values the specified row.
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Value(
int p_Row,
int p_Column
)
Public Function Value (
p_Row As Integer,
p_Column As Integer
) As Double
Parameters
- p_Row
- Type: SystemInt32
The row index. - p_Column
- Type: SystemInt32
The column index.
Return Value
Type:
DoubleValue of the cell.
Implements
IArray.Value(Int32, Int32)See Also