Gets next editablce cell in the following order: from left to right, from top to bottom.

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

Syntax

C#
public Cell NextEditableCell { get; }
Visual Basic
Public ReadOnly Property NextEditableCell As Cell
	Get
Visual C++
public:
property Cell^ NextEditableCell {
	Cell^ get ();
}
F#
member NextEditableCell : Cell with get

Return Value

Type: Cell
Next editable Cell if found. Otherwise null

See Also