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.
GroupValue Gets a value for which the group is created and which is displayed in a group row.
IsCollapsed Indicates whether the group is collapsed.
LastRowHandle Gets the handle of the last row in the group.
ObjectValue Gets the column data value for which the group is created.
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.
See Also