CadTableEntity.TableCellList

CadTableEntity.TableCellList property

Gets or sets the cad table cell list.

public List<CadTableCell> TableCellList { get; set; }

Property Value

The cad table cell list.

See Also