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