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