GroupCriterion
GroupCriterion class
Represents a criterion in a group definition. The GroupCriterion object is a member of the GroupCriterionCollection
collection.
public class GroupCriterion
Constructors
Properties
Name |
Description |
Ascending { get; set; } |
Gets or 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. |
CellColor { get; set; } |
Gets or sets the color of the cell background for a field used as a criterion in a group definition. |
Field { get; set; } |
Gets or sets the field being grouped by. |
Font { get; set; } |
Gets or sets the font for a criterion in a group definition. |
FontColor { get; set; } |
Gets or sets the color of the font for a field used as a criterion in a group definition. |
GroupInterval { get; set; } |
Gets or sets the interval for a field used as a criterion in a group definition. |
GroupOn { get; set; } |
Gets or sets the type of grouping for a field used as a criterion in a group definition. |
Index { get; } |
Gets the index of a GroupCriterion object in the containing GroupCriterionCollection collection. |
ParentGroup { get; } |
Gets the parent of the GroupCriterion object. |
Pattern { get; set; } |
Gets or sets the pattern of the cell for a field used as a criterion in a group definition. |
StartAt { get; set; } |
Gets or sets the start of the intervals for a field used as a criterion in a group definition. |
Methods
Name |
Description |
override Equals(object) |
Returns a value indicating whether this instance is equal to a specified object. |
override GetHashCode() |
Serves as a hash function for a particular type. |
See Also