TcxPivotGridOptionsView.ColumnGrandTotalWidth Property
In This Article
Specifies the total column’s width.
#Declaration
Delphi
property ColumnGrandTotalWidth: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Use the RowGrandTotalWidth property to specify the total column’s width.
The default value of the ColumnGrandTotalWidth property is 0.
See Also