TopPivotTable.OtherKey Class

NReco.PivotData Class Library Documentation
Represents special 'other' dimension key used in TopPivotTable for grouping rows/columns that exceed limit.
Inheritance Hierarchy

System.Object
  NReco.PivotData.TopPivotTable.OtherKey

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class OtherKey : IComparable<Object>, 
	IComparable

The TopPivotTable.OtherKey type exposes the following members.

Constructors

  NameDescription
Public methodTopPivotTable.OtherKey
Initializes a new instance of the TopPivotTable.OtherKey class
Top
Properties

  NameDescription
Public propertyText
Gets or sets 'other' key label text (default value is '...').
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides Object.ToString().)
Top
See Also

Reference