'Declaration Public Function EditXlsxDocument( _
ByVal requestParamsInformation about XLSX document and XLSX editor commands, which should be applied to the XLSX document.As EditXlsxDocumentRequestParams _
) As EditXlsxDocumentResponseParams
public EditXlsxDocumentResponseParams EditXlsxDocument(
EditXlsxDocumentRequestParams requestParams
)
public: EditXlsxDocumentResponseParams* EditXlsxDocument(
EditXlsxDocumentRequestParams* requestParams
)
public:
EditXlsxDocumentResponseParams^ EditXlsxDocument(
EditXlsxDocumentRequestParams^ requestParams
)
Parameters
- requestParams
- Information about XLSX document and XLSX editor commands, which should be applied to the XLSX document.
Return Value
Response, from server, which contains XLSX editor commands, which should be applied to the representation of XLSX document on client-side.