'Declaration
Public Enum SpecialCellType Inherits System.Enum
'Usage
Dim instance As SpecialCellType
public enum SpecialCellType : System.Enum
'Declaration
Public Enum SpecialCellType Inherits System.Enum
'Usage
Dim instance As SpecialCellType
public enum SpecialCellType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.SpecialCellType