CloudmersiveConvertModelFactory.GetDocxTableRowRequest 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 GetDocxTableRowRequest(String, String, String, Nullable<Int32>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxTableRowRequest GetDocxTableRowRequest(string inputFileBytes = default, string inputFileUrl = default, string tablePath = default, int? tableRowRowIndex = default);
static member GetDocxTableRowRequest : string * string * string * Nullable<int> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.GetDocxTableRowRequest
Public Shared Function GetDocxTableRowRequest (Optional inputFileBytes As String = Nothing, Optional inputFileUrl As String = Nothing, Optional tablePath As String = Nothing, Optional tableRowRowIndex As Nullable(Of Integer) = Nothing) As GetDocxTableRowRequest
Parameters
- inputFileBytes
- String
- inputFileUrl
- String
- tablePath
- String