Tab > Tab Assembly Interfaces > ITabSheet > ITabSheet.ExpanderState
ExpanderState(Row: Integer; Column: Integer): TriState;
Row. Index of the row that contains the expander. Admissible parameter value lies within the [0; RowsCount) range.
Column. Index of the column that contains the expander. Admissible parameter value lies within the [0; ColumnsCount) range.
The ExpanderState property determines the state of the expander in the cell, which coordinates are passed by input parameters.
Expander state:
TriState.OnOption. The expander is expanded.
TriState.OffOption. The expander is collapsed.
TriState.Undefined. The expander is deleted from the cell if it was created.
The property use is given in the example for ITabSheet.CreateExpander.
See also: