CloudmersiveConvertClient.EditDocumentDocxGetTableRowAsync Method

Definition

Gets the contents of an existing table row in an existing table in a W

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

Parameters

input
GetDocxTableRowRequest

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Gets the contents of an existing table row in an existing table in a W response.

Remarks

Gets the contents of an existing table row in a Word DOCX Document and returns the result.

Applies to