Class BinaryList
Used to store the row header and column header values as BinaryList.
Inheritance
System.Object
BinaryList
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class BinaryList : List<IComparable>
Constructors
BinaryList()
Declaration
public BinaryList()
Methods
AddIfUnique(IComparable)
Method that returns an integer value after performing insertion.
Declaration
public int AddIfUnique(IComparable o)
Parameters
Type | Name | Description |
---|---|---|
System.IComparable | o | IComparable object |
Returns
Type | Description |
---|---|
System.Int32 | Object |