DocxTableRow.RowCells Property

Definition

Cells in the row; this is where the contents of the row is stored

[System.Text.Json.Serialization.JsonPropertyName("RowCells")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxTableCell> RowCells { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("RowCells")>]
member this.RowCells : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxTableCell> with get, set
Public Property RowCells As List(Of DocxTableCell)

Property Value

Attributes

Applies to