Gets or sets a value indicating whether users are allowed to edit the text of this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowInplaceEdit() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value.
RemarksSpecifies whether the text of table's caption or cells can be edited in-place by user. If enabled, a text-entry field appears over the cell or caption of the table on double-click. In-place editing mode can be exited by clicking anywhere outside the text-field. When this happens, the CellTextEdited or TableCaptionEdited events are raised.
See Also