Gets or sets a new editable cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Cell NewEditableCell { get; set; } |
| Visual Basic |
|---|
Public Property NewEditableCell As Cell Get Set |
| Visual C++ |
|---|
public: property Cell^ NewEditableCell { Cell^ get (); void set (Cell^ value); } |
| F# |
|---|
member NewEditableCell : Cell with get, set |
Property Value
Type: CellThe new editable cell.