Enum ExcelCellType
Enumeration to specify an excel cell type.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelCellType
Fields
Name | Description |
---|---|
AllFormatConditions | Cells of any format. |
AllValidation | Cells having validation criteria. |
Blanks | Empty cells. |
Comments | Cells containing notes. |
Constants | Cells containing constants. |
Formulas | Cells containing formulas. |
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. |