Enum eFillStartPosition
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
If the fill starts from the top-left cell or the bottom-right cell. Also see eFillDirection
public enum eFillStartPosition
Fields
BottomRight = 1
The fill starts from the bottom-right cell and fills to the right and up depending on the eFillDirection
TopLeft = 0
The fill starts from the top-left cell and fills to the left and down depending on the eFillDirection