CloudmersiveConvertModelFactory.UpdateDocxTableCellRequest 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.
Creates a new instance of UpdateDocxTableCellRequest(DocxTableCell, String, String, String, Nullable<Int32>, Nullable<Int32>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.UpdateDocxTableCellRequest UpdateDocxTableCellRequest(Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxTableCell cellToUpdate = default, string existingTablePath = default, string inputFileBytes = default, string inputFileUrl = default, int? tableCellIndex = default, int? tableRowIndex = default);
static member UpdateDocxTableCellRequest : Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxTableCell * string * string * string * Nullable<int> * Nullable<int> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.UpdateDocxTableCellRequest
Public Shared Function UpdateDocxTableCellRequest (Optional cellToUpdate As DocxTableCell = Nothing, Optional existingTablePath As String = Nothing, Optional inputFileBytes As String = Nothing, Optional inputFileUrl As String = Nothing, Optional tableCellIndex As Nullable(Of Integer) = Nothing, Optional tableRowIndex As Nullable(Of Integer) = Nothing) As UpdateDocxTableCellRequest
Parameters
- cellToUpdate
- DocxTableCell
- existingTablePath
- String
- inputFileBytes
- String
- inputFileUrl
- String