Class TableDataRow

TableDataRow class

The cad linked table row data

public class TableDataRow

Constructors

NameDescription
TableDataRow()Initializes a new instance of the TableDataRow class.

Properties

NameDescription
Cells { get; set; }The linked table cells data
CellStyle { get; set; }The row cell style data
CustomData { get; set; }The custom data
CustomDataCollection { get; set; }The row custom data collection
Height { get; set; }The row height
StyleId { get; set; }The row style id

See Also