GetDocxTableRowRequest.TableRowRowIndex Property

Definition

0-based index of the row to retrieve (e.g. 0, 1, 2, ...) in the table

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

Property Value

Attributes

Applies to