Skip to main content

TdxSpreadSheetTableItemGroupExpandButtonPosition Enum

Enumerates available table item group expand button positions.

Declaration

TdxSpreadSheetTableItemGroupExpandButtonPosition = (
    gebpGroupStart,
    gebpGroupFinish
);

Members

Name
gebpGroupStart
gebpGroupFinish

Remarks

Options include:

Value

Description

Row Groups Example

Column Groups Example

gebpGroupStart

The group expand button is located at the table item group beginning.

In the case of row groups, the expand button is located at the top of the group outline bracket.

In the case of column groups, the expand button is located at the left endpoint of the group outline bracket.

gebpGroupFinish

The group expand button is located at the table item group end.

In the case of row groups, the expand button is located at the bottom of the group outline bracket.

In the case of column groups, the expand button is located at the right endpoint of the group outline bracket.

The TdxSpreadSheetTableItemGroupExpandButtonPosition type is referenced by the ExpandButtonPosition property provided by the TdxSpreadSheetTableItemGroups class.

See Also