Struct PivotNull
Represents a null value in a pivot table caches shared items list.
Implements
System.Collections.Generic.IEqualityComparer<PivotNull>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OfficeOpenXml.Table.PivotTable
Assembly: EPPlus.dll
Syntax
public struct PivotNull : IEqualityComparer<PivotNull>
Methods
Equals(PivotNull, PivotNull)
Declaration
public bool Equals(PivotNull x, PivotNull y)
Parameters
Type | Name | Description |
---|---|---|
PivotNull | x | |
PivotNull | y |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(PivotNull)
Declaration
public int GetHashCode(PivotNull obj)
Parameters
Type | Name | Description |
---|---|---|
PivotNull | obj |
Returns
Type | Description |
---|---|
System.Int32 |
ToString()
Return the string representation of the pivot null value
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | An empty string |
Overrides
System.ValueType.ToString()
Implements
System.Collections.Generic.IEqualityComparer<T>