DeleteDocxTableRowRangeRequest.TableRowRowIndexEnd Property

Definition

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

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

Property Value

Attributes

Applies to