InsertDocxTableRowRequest.InsertPlacement Property

Definition

Optional; default is TableEnd. Placement Type of the insert; possible values are: TableStart (very beginning of the table), TableEnd (very end of the document), or a 0-based row index number as an integer, 0 being the first row in the table, 1 being the second row in the table, 2 being the third row in the table, etc. to insert this row after

[System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")]
public string InsertPlacement { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("InsertPlacement")>]
member this.InsertPlacement : string with get, set
Public Property InsertPlacement As String

Property Value

Attributes

Applies to