ASPxClientHtmlEditorInsertTableCommandArguments Class
Contains settings related to the ASPxClientCommandConsts.INSERTTABLE_COMMAND command parameter.
Declaration
declare class ASPxClientHtmlEditorInsertTableCommandArguments extends ASPxClientHtmlEditorTablePropertiesCommandArguments
Remarks
When the ASPxClientHtmlEditor.ExecuteCommand method is used to execute the ASPxClientCommandConsts.INSERTTABLE_COMMAND command manually, it requires an additional parameter of the ASPxClientHtmlEditorInsertTableCommandArguments type.
To create an instance of this class, use the ASPxClientHtmlEditorInsertTableCommandArguments constructor. Specify all required properties of the newly created object and pass the resulting parameter to the ASPxClientHtmlEditor.ExecuteCommand method.
Inheritance
ASPxClientHtmlEditorCommandArguments
ASPxClientHtmlEditorTablePropertiesCommandArguments
ASPxClientHtmlEditorInsertTableCommandArguments
See Also