GetXlsxCellRequest.CellIndex Property

Definition

0-based index of the cell, 0, 1, 2, ... in the row to retrieve

[System.Text.Json.Serialization.JsonPropertyName("CellIndex")]
public int? CellIndex { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("CellIndex")>]
member this.CellIndex : Nullable<int> with get, set
Public Property CellIndex As Nullable(Of Integer)

Property Value

Attributes

Applies to