Spread WPF Documentation
AutoFillType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : AutoFillType Enumeration
Represents the type of drag fill.
Syntax
'Declaration
 
Public Enum AutoFillType 
   Inherits System.Enum
'Usage
 
Dim instance As AutoFillType
public enum AutoFillType : System.Enum 
Members
MemberDescription
ClearValuesClears cell values.
CopyCellsFills cells with all data objects, including values, formatting, and formulas.
FillFormattingOnlyFills cells only with formatting.
FillSeriesFills cells with series.
FillWithoutFormattingFills cells without formatting.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace