Gets a Cell at the specified index.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Cell this[
	int indexId
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	indexId As Integer
) As Cell
	Get
Visual C++
public:
property Cell^ default[int indexId] {
	Cell^ get (int indexId);
}
F#
member Item : Cell with get

Parameters

indexId
Type: System..::..Int32

Property Value

Type: Cell
Cell object.

See Also