Gets the currently editing Cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Cell EditingCell { get; } |
Visual Basic |
---|
Public ReadOnly Property EditingCell As Cell Get |
Visual C++ |
---|
public: property Cell^ EditingCell { Cell^ get (); } |
F# |
---|
member EditingCell : Cell with get |
Property Value
Type: CellThe editing cell.