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