Uses of Class
EasyXLS.PivotTables.ExcelField
-
Uses of ExcelField in EasyXLS.PivotTables
Modifier and TypeClassDescriptionclass
This class stores the formula for a calculated field of pivot table.Modifier and TypeMethodDescriptionExcelField.Clone()
Creates and returns a copy of this object.ExcelPivotTable.getColumnLabelsFieldAt(int index)
Returns the field from the specified index in the column labels area.ExcelPivotTable.getField(System.String name)
Returns the field having the specified name.ExcelPivotTable.getFieldAt(int index)
Returns the field from the specified index.ExcelPivotTable.getReportFilterFieldAt(int index)
Returns the field from the specified index in the report filter area.ExcelPivotTable.getRowLabelsFieldAt(int index)
Returns the field from the specified index in the row labels area.Modifier and TypeMethodDescriptionvoid
ExcelPivotTable.addField(ExcelField xlsField)
Internal use only