PivotSummaryInterval Members
Contains information about the distribution of summary values within a specific range.Fields
Name | Description |
---|---|
Empty static | An empty range of summary values. |
Properties
Name | Description |
---|---|
DataType | Gets the data type of summary values. |
Distribution | Gets information about the distribution of summary values across the summary values range. |
EndValue | Gets the maximum value in the current range. |
IsDiscrete | Gets whether the data type of summary values is discrete. |
IsEmpty | Gets whether the current range contains no summary values. |
StartValue | Gets the minimum value in the current range. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also