Package org.apache.poi.ss.usermodel
Interface DynamicFilter
-
- All Known Implementing Classes:
XSSFDynamicFilter
public interface DynamicFilter- Since:
- 3.9.11
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoublegetMaxValue()StringgetType()DoublegetValue()voidsetProperties(Double maxVal, Double value, String type)
-