GetXlsxColumnsResponse.Columns Property
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.
Spreadsheet Columns in the XLSX document
[System.Text.Json.Serialization.JsonPropertyName("Columns")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxSpreadsheetColumn> Columns { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Columns")>]
member this.Columns : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxSpreadsheetColumn> with get, set
Public Property Columns As List(Of XlsxSpreadsheetColumn)
Property Value
- Attributes