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 currently editing cell.