Specifies the direction of a data fill operation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum FillDirection |
Visual Basic
Copy Code
|
|---|
Public Enum FillDirection |
Members| Member name | Description | |
|---|---|---|
![]() |
Across |
Indicates that cells are filled horizontally. |
![]() |
Down |
Indicates that cells are filled vertically. |
See Also