类的使用
com.grapecity.documents.excel.SpecialCellsValue
-
com.grapecity.documents.excel中SpecialCellsValue的使用
修饰符和类型字段说明static final SpecialCellsValue
SpecialCellsValue.Errors
包含错误的单元格。static final SpecialCellsValue
SpecialCellsValue.Logical
具有逻辑值的单元格。static final SpecialCellsValue
SpecialCellsValue.Numbers
含有数值的单元格。static final SpecialCellsValue
SpecialCellsValue.TextValues
包含文本的单元格。修饰符和类型方法说明IRange.specialCells
(SpecialCellType type, SpecialCellsValue value) 获取一个IRange对象,该对象表示与指定类型和值匹配的所有单元格。