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