Enum StylingPriority
- Namespace
- BigExcelCreator.Enums
- Assembly
- BigExcelCreator.dll
Specifies, for a column, whether the header row or the data rows have priority when applying styles.
public enum StylingPriority
Fields
Data = 1Prefer styles applied to data rows over styles applied to the header row.
Header = 0Prefer styles applied to the header row (if present) over styles applied to data rows.