_QueryTable.EnableEditing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the user can edit the specified query table. False if the user can only refresh the query table. Read/write Boolean.
public:
property bool EnableEditing { bool get(); void set(bool value); };
public bool EnableEditing { get; set; }
Public Property EnableEditing As Boolean