Enum eFillDirection
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
If the fill is performed Down/Up (Column) or Left/Right (Row). Also see eFillStartPosition
public enum eFillDirection
Fields
Column = 1
The fill is performed column-wise
Row = 0
The fill is performed row-wise