Specifies the direction of a data fill operation.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
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