Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableItemGroup.StartIndex Property

Specifies the index of the first column or row hosted within the table item group.

#Declaration

Delphi
property StartIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

The StartIndex and FinishIndex properties specify the indexes of the first and last table item within the range of columns or rows forming the group:

You can use the StartIndex property to either expand or shrink the current table item group by changing the position of the first column or row within it. If both the StartIndex and FinishIndex properties have the same value, the current table item hosts only a single column or row.

If there is no space left between two individual table item groups at the same nesting level as a result of resizing, these groups are merged into one.

Note

Alternatively, you can call the table item group root node‘s Add or Delete procedures in order to expand or shrink table item groups at the highest nesting level, respectively.

See Also