Package com.grapecity.documents.excel
Class SpecialCellsValue
java.lang.Object
com.grapecity.documents.excel.SpecialCellsValue
Specifies cells with a particular type of value to include in the result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpecialCellsValueCells with errors.static final SpecialCellsValueCells with logical values.static final SpecialCellsValueCells with numeric values.static final SpecialCellsValueCells with text. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Errors
Cells with errors. -
Logical
Cells with logical values. -
Numbers
Cells with numeric values. -
TextValues
Cells with text.
-
-
Constructor Details
-
SpecialCellsValue
public SpecialCellsValue()
-