GroupCriterion

GroupCriterion class

Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCriterionCollection collection.

Methods

NameDescription
EqualsReturns a value indicating whether this instance is equal to a specified object.
get_AscendingGets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order.
get_CellColorGets the color of the cell background for a field used as a criterion in a group definition.
get_FieldGets the field being grouped by.
get_FontGets the font for a criterion in a group definition.
get_FontColorGets the color of the font for a field used as a criterion in a group definition.
get_GroupIntervalGets the interval for a field used as a criterion in a group definition.
get_GroupOnGets the type of grouping for a field used as a criterion in a group definition.
get_PatternGets the pattern of the cell for a field used as a criterion in a group definition.
get_StartAtGets the start of the intervals for a field used as a criterion in a group definition.
GetHashCodeServes as a hash function for a particular type.
set_AscendingSets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order.
set_CellColorSets the color of the cell background for a field used as a criterion in a group definition.
set_FieldSets the field being grouped by.
set_FontSets the font for a criterion in a group definition.
set_FontColorSets the color of the font for a field used as a criterion in a group definition.
set_GroupIntervalSets the interval for a field used as a criterion in a group definition.
set_GroupOnSets the type of grouping for a field used as a criterion in a group definition.
set_PatternSets the pattern of the cell for a field used as a criterion in a group definition.
set_StartAtSets the start of the intervals for a field used as a criterion in a group definition.