XlCellType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of cells.
public enum class XlCellType
public enum XlCellType
Public Enum XlCellType
- Inheritance
-
XlCellType
Fields
Name | Value | Description |
---|---|---|
xlCellTypeSameValidation | -4175 | Cells having the same validation criteria |
xlCellTypeAllValidation | -4174 | Cells having validation criteria |
xlCellTypeSameFormatConditions | -4173 | Cells having the same format |
xlCellTypeAllFormatConditions | -4172 | Cells of any format |
xlCellTypeComments | -4144 | Cells containing notes |
xlCellTypeFormulas | -4123 | Cells containing formulas |
xlCellTypeConstants | 2 | Cells containing constants |
xlCellTypeBlanks | 4 | Empty cells |
xlCellTypeLastCell | 11 | The last cell in the used range |
xlCellTypeVisible | 12 | All visible cells |