Skip to main content

TdxSpreadSheetTableItemGroups.ExpandButtonPosition Property

Specifies the alignment of all group outline brackets at the current table item group root node.

Declaration

property ExpandButtonPosition: TdxSpreadSheetTableItemGroupExpandButtonPosition read; write; default gebpGroupFinish;

Property Value

Type Default
TdxSpreadSheetTableItemGroupExpandButtonPosition gebpGroupFinish

Remarks

Use this property to invert the outline bracket orientation (including the expand button position) for all column/row groups at the current node simultaneously. For detailed information on available group outline orientations, refer to the TdxSpreadSheetTableItemGroupExpandButtonPosition type description.

The default value of the ExpandButtonPosition property is gebpGroupFinish.

See Also