[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.SpecialCellType

SpecialCellType Enum

Specifies the type of cells.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum SpecialCellType
Public Enum SpecialCellType

Fields

Name Description
AllFormatConditions

Cells of any format.

AllValidation

Cells having validation criteria.

Blanks

Empty cells.

Comments

Cells containing notes.

Constants

Cells containing constants. Use the SpecialCellsValue to filter values by data types.

Formulas

Cells containing formulas. Use the SpecialCellsValue to filter formulas by return types.

LastCell

The last cell in the used range.

SameFormatConditions

Cells having the same format.

SameValidation

Cells having the same validation criteria.

Visible

All visible cells.