CadTableStyle.TableStyleCellList

CadTableStyle.TableStyleCellList property

Gets or sets the table style cell list.

public List<CadTableStyleCell> TableStyleCellList { get; set; }

Property Value

The table style cell list.

See Also