ClearXlsxCellRequest.RowIndex Property

Definition

0-based index of the row, 0, 1, 2, ... to clear

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

Property Value

Attributes

Applies to