CloudmersiveConvertClient.EditDocumentXlsxSetCellByIndexAsync Method
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.
Set, update cell contents in an Excel XLSX spreadsheet, worksheet by index
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellResponse> EditDocumentXlsxSetCellByIndexAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentXlsxSetCellByIndexAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellResponse>
override this.EditDocumentXlsxSetCellByIndexAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellResponse>
Public Overridable Function EditDocumentXlsxSetCellByIndexAsync (input As SetXlsxCellRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SetXlsxCellResponse)
Parameters
- input
- SetXlsxCellRequest
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Set, update cell contents in an Excel XLSX spreadsheet, worksheet by index response.
Remarks
Sets, updates the contents of a specific cell in an Excel XLSX spreadsheet, worksheet