PdfCoModelFactory.XLStoTXTInput 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 XLStoTXTInput(String, String, String, Nullable<Int32>, Nullable<Boolean>, String).
public static Azure.Connectors.Sdk.PdfCo.Models.XLStoTXTInput XLStoTXTInput(string url = default, string worksheetIndex = default, string name = default, int? expiration = default, bool? async = default, string profiles = default);
static member XLStoTXTInput : string * string * string * Nullable<int> * Nullable<bool> * string -> Azure.Connectors.Sdk.PdfCo.Models.XLStoTXTInput
Public Shared Function XLStoTXTInput (Optional url As String = Nothing, Optional worksheetIndex As String = Nothing, Optional name As String = Nothing, Optional expiration As Nullable(Of Integer) = Nothing, Optional async As Nullable(Of Boolean) = Nothing, Optional profiles As String = Nothing) As XLStoTXTInput
Parameters
- url
- String
- worksheetIndex
- String
- name
- String
- profiles
- String