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

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

Syntax

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

Return Value

Type: Cell
Previous editable Cell if found. Otherwise null

See Also