GetDocxTableByIndexRequest.TableIndex Property

Definition

0-based index of the table to retrieve from the Word Document

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

Property Value

Attributes

Applies to