FrameViewItem Property (Int32, Int32) |
Gets the value in the given cell.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Object this[
int rowIndex,
int columnIndex
] { get; }
Public ReadOnly Default Property Item (
rowIndex As Integer,
columnIndex As Integer
) As Object
Get
public:
property Object^ default[int rowIndex, int columnIndex] {
Object^ get (int rowIndex, int columnIndex);
}
member Item : Object with get
Parameters
- rowIndex
- Type: SystemInt32
The (zero-based) row index of the cell. - columnIndex
- Type: SystemInt32
The (zero-based) column index of the cell.
Return Value
Type:
ObjectSee Also