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