Skip to main content
A newer version of this page is available.

IGroupInfo Members

Contains information on a group of data rows.

Properties

Name Description
FieldName Gets the field name of the column by which data is grouped.
FirstRowHandle Gets the handle of the first data row in the group.
GroupRowHandle Gets the handle of the current group row.
IsCollapsed Indicates whether the group is collapsed.
LastRowHandle Gets the handle of the last row in the group.
RowCount Gets the number of data rows in the group.
Summaries Gets the list of objects that contain information on group summaries calculated for the current data group and displayed within the group row.
Value Gets the value for which the group is created (a value which is displayed in a group row).
See Also