CloudmersiveConvertClient.EditDocumentDocxInsertTableRowAsync 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.
Insert a new row into an existing table in a Word DOCX document
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowResponse> EditDocumentDocxInsertTableRowAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentDocxInsertTableRowAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowResponse>
override this.EditDocumentDocxInsertTableRowAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.InsertDocxTableRowResponse>
Public Overridable Function EditDocumentDocxInsertTableRowAsync (input As InsertDocxTableRowRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InsertDocxTableRowResponse)
Parameters
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Insert a new row into an existing table in a Word DOCX document response.
Remarks
Adds a new table row into a DOCX Document and returns the result. Call Finish Editing on the output URL to complete the operation.