XlCellType Enumeration
Specifies the type of cells.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCellType
'Usage
Dim instance As XlCellType
public enum XlCellType
Members
Member name | Description | |
---|---|---|
xlCellTypeBlanks | Empty cells | |
xlCellTypeConstants | Cells containing constants | |
xlCellTypeFormulas | Cells containing formulas | |
xlCellTypeLastCell | The last cell in the used range | |
xlCellTypeComments | Cells containing notes | |
xlCellTypeVisible | All visible cells | |
xlCellTypeAllFormatConditions | Cells of any format | |
xlCellTypeSameFormatConditions | Cells having the same format | |
xlCellTypeAllValidation | Cells having validation criteria | |
xlCellTypeSameValidation | Cells having the same validation criteria |