CloudmersiveConvertClient.EditDocumentDocxDeleteTableRowRangeAsync Method

Definition

Deletes a range of multiple table rows in an existing table in a Word

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

Parameters

input
DeleteDocxTableRowRangeRequest

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Deletes a range of multiple table rows in an existing table in a Word response.

Remarks

Deletes a range of 1 or more existing table rows in a Word DOCX Document and returns the result.

Applies to