Class
TableBody

Represents the Body of the Table item

Definition

Properties

Columns

Gets the collection of the columns for the Table's Body.

Declaration

cs-api-definition
public TableBody.ColumnCollection Columns { get; }

Property Value

TableBody.ColumnCollection

Remarks

Use this collection to define the columns for the TableBody. If specified, the number of the columns should be equal to the number of the leaf groups in the Table.ColumnGroups hierarchy.

Rows

Gets the collection of the rows for the Table's Body

Declaration

cs-api-definition
public TableBody.RowCollection Rows { get; }

Property Value

TableBody.RowCollection

Remarks

Use this collection to define the rows for the TableBody. If specified, the number of the rows should be equal to the number of the leaf groups in the Table.RowGroups hierarchy.

In this article
DefinitionPropertiesColumnsRows
Not finding the help you need?
Contact Support