Click or drag to resize

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; }

Parameters

rowIndex
Type: SystemInt32
The row index of the cell.
columnIndex
Type: SystemInt32
The column index of the cell.

Property Value

Type: Object
See Also