Uses of Class
org.xlsx4j.sml.CTAutoFilter
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTAutoFilter in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTAutoFilter Modifier and Type Field Description protected CTAutoFilterCTWorksheet. autoFilterMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTAutoFilter Modifier and Type Method Description CTAutoFilterCTWorksheet. getAutoFilter()Gets the value of the autoFilter property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTAutoFilter Modifier and Type Method Description voidCTWorksheet. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property. -
Uses of CTAutoFilter in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTAutoFilter Modifier and Type Field Description protected CTAutoFilterCTCustomSheetView. autoFilterprotected CTAutoFilterCTPivotFilter. autoFilterprotected CTAutoFilterCTTable. autoFilterprotected CTAutoFilterMacrosheet. autoFilterprotected CTAutoFilterWorksheet. autoFilterMethods in org.xlsx4j.sml that return CTAutoFilter Modifier and Type Method Description CTAutoFilterObjectFactory. createCTAutoFilter()Create an instance ofCTAutoFilterCTAutoFilterCTCustomSheetView. getAutoFilter()Gets the value of the autoFilter property.CTAutoFilterCTPivotFilter. getAutoFilter()Gets the value of the autoFilter property.CTAutoFilterCTTable. getAutoFilter()Gets the value of the autoFilter property.CTAutoFilterMacrosheet. getAutoFilter()Gets the value of the autoFilter property.CTAutoFilterWorksheet. getAutoFilter()Gets the value of the autoFilter property.Methods in org.xlsx4j.sml with parameters of type CTAutoFilter Modifier and Type Method Description voidCTCustomSheetView. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidCTPivotFilter. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidCTTable. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidMacrosheet. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidWorksheet. setAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.