'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function EditXlsxDocument( _
ByVal requestParamsЗапрос к серверу, содержащий информацию о XLSX документе и командах редактора XLSX, которые следует применить к XLSX документу.As Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams _
) As Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams EditXlsxDocument(
Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams* EditXlsxDocument(
Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams* requestParams
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentResponseParams^ EditXlsxDocument(
Vintasoft.Imaging.Office.Web.Services.EditXlsxDocumentRequestParams^ requestParams
)
Parameters
- requestParams
- Запрос к серверу, содержащий информацию о XLSX документе и командах редактора XLSX, которые следует применить к XLSX документу.
Return Value
Ответ от сервера, содержащий команды редактора XLSX, которые следует применить к представлению XLSX документа на стороне клиента.