Spread Silverlight Documentation
FillDateUnit Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : FillDateUnit Enumeration
Represents the fill data time policy.
Syntax
'Declaration
 
Public Enum FillDateUnit 
   Inherits System.Enum
'Usage
 
Dim instance As FillDateUnit
public enum FillDateUnit : System.Enum 
Members
MemberDescription
Day Sets the fill date unit to day.
Month Sets the fill date unit to month.
Weekday Sets the fill date unit to weekday.
Year Sets the fill date unit to year.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace