Skip to main content

TdxSpreadSheetTableItemGroup.StartIndex Property

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

Declaration

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