CloudmersiveConvertClient.EditDocumentDocxDeleteTableRowAsync 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 table row in an existing table in a Word DOCX document
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowResponse> EditDocumentDocxDeleteTableRowAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentDocxDeleteTableRowAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowResponse>
override this.EditDocumentDocxDeleteTableRowAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DeleteDocxTableRowResponse>
Public Overridable Function EditDocumentDocxDeleteTableRowAsync (input As DeleteDocxTableRowRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeleteDocxTableRowResponse)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Deletes a table row in an existing table in a Word DOCX document response.
Remarks
Deletes an existing table row in a Word DOCX Document and returns the result.