EditXlsxDocumentResponseParams Class Members
In This Topic
The following tables list the members exposed by
EditXlsxDocumentResponseParams.
Public Constructors
Public Properties
| Name | Description |
 | blocked | Gets or sets a value indicating whether the requested controller action is blocked by another request. (Inherited from WebResponseParamsBase) |
 | commands | Gets or sets the XLSX editor commands, which should be applied to the representation of XLSX document on client-side. |
 | errorMessage | Gets or sets a string that describes an error occurred during request execution. (Inherited from WebResponseParamsBase) |
 | requestId | Gets or sets the identifier of request. (Inherited from WebResponseParamsBase) |
 | success | Gets or sets a value indicating whether the request was completed successfully. (Inherited from WebResponseParamsBase) |
See Also