Class ExcelCellType
Enumeration to specify an excel cell type.
Inheritance
System.Object
ExcelCellType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelCellType : Enum
Fields
AllFormatConditions
Cells of any format.
Declaration
public const ExcelCellType AllFormatConditions
Field Value
Type |
---|
ExcelCellType |
AllValidation
Cells having validation criteria.
Declaration
public const ExcelCellType AllValidation
Field Value
Type |
---|
ExcelCellType |
Blanks
Empty cells.
Declaration
public const ExcelCellType Blanks
Field Value
Type |
---|
ExcelCellType |
Comments
Cells containing notes.
Declaration
public const ExcelCellType Comments
Field Value
Type |
---|
ExcelCellType |
Constants
Cells containing constants.
Declaration
public const ExcelCellType Constants
Field Value
Type |
---|
ExcelCellType |
Formulas
Cells containing formulas.
Declaration
public const ExcelCellType Formulas
Field Value
Type |
---|
ExcelCellType |
LastCell
The last cell in the used range.
Declaration
public const ExcelCellType LastCell
Field Value
Type |
---|
ExcelCellType |
SameFormatConditions
Cells having the same format.
Declaration
public const ExcelCellType SameFormatConditions
Field Value
Type |
---|
ExcelCellType |
SameValidation
Cells having the same validation criteria.
Declaration
public const ExcelCellType SameValidation
Field Value
Type |
---|
ExcelCellType |
Visible
All visible cells.
Declaration
public const ExcelCellType Visible
Field Value
Type |
---|
ExcelCellType |