ExcelAutoType Enumeration
Enumeration of the Border Pattern setting for Chart formatting in Excel.
Syntax
'Declaration Public Enum ExcelAutoType Inherits System.Enum
'Usage Dim instance As ExcelAutoType
public enum ExcelAutoType : System.Enum
Members
Member | Description |
---|---|
Auto | Represents the Automatic option for the Border Pattern setting. |
Custom | Represents the Custom option for the Border Pattern setting. |
None | Represents the None option for the Border Pattern setting. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelAutoType
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also