Enum ExcelCellState
- Namespace
- OfficeOpenXml.FormulaParsing.Excel
- Assembly
- EPPlus.dll
The state of a cell
[Flags]
public enum ExcelCellState
Fields
ContainsError = 2
The cell contains a cell error
HiddenCell = 1
The cell is hidden
IsResultOfSubtotal = 4
The cell contains a result of a subtotal function.