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