Uses of Class
EasyXLS.PivotTables.ExcelField
Namespaces that use ExcelField
-
Uses of ExcelField in EasyXLS.PivotTables
Subclasses of ExcelField in EasyXLS.PivotTablesModifier and TypeClassDescriptionclass
This class stores the formula for a calculated field of pivot table.Methods in EasyXLS.PivotTables that return ExcelFieldModifier 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.Methods in EasyXLS.PivotTables with parameters of type ExcelFieldModifier and TypeMethodDescriptionvoid
ExcelPivotTable.addField(ExcelField xlsField)
Internal use only