Interface IXLPivotValues
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLPivotValues : IEnumerable<IXLPivotValue>, IEnumerable
- Inherited Members
-
- Extension Methods
-
Methods
Add(string)
IXLPivotValue Add(string sourceName)
Parameters
sourceName string
Returns
- IXLPivotValue
Add(string, string)
IXLPivotValue Add(string sourceName, string customName)
Parameters
sourceName string
customName string
Returns
- IXLPivotValue
Clear()
Contains(IXLPivotValue)
bool Contains(IXLPivotValue pivotValue)
Parameters
pivotValue IXLPivotValue
Returns
- bool
Contains(string)
bool Contains(string customName)
Parameters
customName string
Returns
- bool
Get(int)
IXLPivotValue Get(int index)
Parameters
index int
Returns
- IXLPivotValue
Get(string)
IXLPivotValue Get(string customName)
Parameters
customName string
Returns
- IXLPivotValue
IndexOf(IXLPivotValue)
int IndexOf(IXLPivotValue pivotValue)
Parameters
pivotValue IXLPivotValue
Returns
- int
IndexOf(string)
int IndexOf(string customName)
Parameters
customName string
Returns
- int
Remove(string)
void Remove(string customName)
Parameters
customName string