CloudmersiveConvertClient.EditDocumentDocxDeleteTableRowRangeAsync 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.
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
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.