CloudmersiveConvertClient.EditDocumentXlsxGetCellByIndexAsync Method

Definition

Get cell from an Excel XLSX spreadsheet, worksheet by index

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellResponse> EditDocumentXlsxGetCellByIndexAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentXlsxGetCellByIndexAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellResponse>
override this.EditDocumentXlsxGetCellByIndexAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetXlsxCellResponse>
Public Overridable Function EditDocumentXlsxGetCellByIndexAsync (input As GetXlsxCellRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetXlsxCellResponse)

Parameters

input
GetXlsxCellRequest

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get cell from an Excel XLSX spreadsheet, worksheet by index response.

Remarks

Returns the value and definition of a specific cell in a specific row in the Excel Spreadsheet worksheet

Applies to