FrameTableItem Property (Int32, Int32) |
Gets or sets the value in a 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; set; }
Public Default Property Item (
rowIndex As Integer,
columnIndex As Integer
) As Object
Get
Set
public:
property Object^ default[int rowIndex, int columnIndex] {
Object^ get (int rowIndex, int columnIndex);
void set (int rowIndex, int columnIndex, Object^ value);
}
member Item : Object with get, set
Parameters
- rowIndex
- Type: SystemInt32
The row index of the cell. - columnIndex
- Type: SystemInt32
The column index of the cell.
Property Value
Type:
ObjectSee Also