InsertDocxTableRowRequest.InsertPlacement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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