Search
FillDirection Enumeration
See Also
 






Specifies the direction of a data fill operation.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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