SpreadsheetGear 2017
AutoFillType Enumeration






SpreadsheetGear Namespace : AutoFillType Enumeration
Specifies the type of fill to perform.
Syntax
'Declaration
 
Public Enum AutoFillType 
   Inherits System.Enum
'Usage
 
Dim instance As AutoFillType
public enum AutoFillType : System.Enum 
public enum AutoFillType = class(System.Enum)
public enum AutoFillType extends System.Enum
__value public enum AutoFillType : public System.Enum 
public enum class AutoFillType : public System.Enum 
Members
MemberDescription
FillCopy 
FillDays 
FillDefault 
FillFormats 
FillMonths 
FillSeries 
FillValues 
FillWeekdays 
FillYears 
GrowthTrend 
LinearTrend 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.AutoFillType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace