GroupCriterion
Contents
[
Hide
]GroupCriterion class
Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCriterionCollection collection.
Methods
| Name | Description |
|---|---|
| Equals | Returns a value indicating whether this instance is equal to a specified object. |
| get_Ascending | Gets 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_CellColor | Gets the color of the cell background for a field used as a criterion in a group definition. |
| get_Field | Gets the field being grouped by. |
| get_Font | Gets the font for a criterion in a group definition. |
| get_FontColor | Gets the color of the font for a field used as a criterion in a group definition. |
| get_GroupInterval | Gets the interval for a field used as a criterion in a group definition. |
| get_GroupOn | Gets the type of grouping for a field used as a criterion in a group definition. |
| get_Pattern | Gets the pattern of the cell for a field used as a criterion in a group definition. |
| get_StartAt | Gets the start of the intervals for a field used as a criterion in a group definition. |
| GetHashCode | Serves as a hash function for a particular type. |
| set_Ascending | Sets 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_CellColor | Sets the color of the cell background for a field used as a criterion in a group definition. |
| set_Field | Sets the field being grouped by. |
| set_Font | Sets the font for a criterion in a group definition. |
| set_FontColor | Sets the color of the font for a field used as a criterion in a group definition. |
| set_GroupInterval | Sets the interval for a field used as a criterion in a group definition. |
| set_GroupOn | Sets the type of grouping for a field used as a criterion in a group definition. |
| set_Pattern | Sets the pattern of the cell for a field used as a criterion in a group definition. |
| set_StartAt | Sets the start of the intervals for a field used as a criterion in a group definition. |