Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AutoFillType Enumeration


In This Topic
    AutoFillType Enumeration
    In This Topic
    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