CreateSpreadsheetFromDataRequest.Rows Property

Definition

Required; Rows and cells to populate the spreadsheet with

[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

Applies to