DocxTableRow.RowCells 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.
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