Spread Silverlight Documentation
FillDirection Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : FillDirection Enumeration
Specifies the direction of the fill in the view.
Syntax
'Declaration
 
Public Enum FillDirection 
   Inherits System.Enum
'Usage
 
Dim instance As FillDirection
public enum FillDirection : System.Enum 
Members
MemberDescription
Down Fills from the top to the bottom.
Left Fills from the right to the left.
Right Fills from the left to the right.
Up Fills from the bottom to the top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.FillDirection

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace