Click or drag to resize

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

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: Object
See Also