AutoFormatType Enumeration
|
Represents auto format values.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum AutoFormatType
Public Enumeration AutoFormatType
public enum class AutoFormatType
Members
|
Member name
|
Value
|
Description
|
|
Simple
|
0
|
Represents Simple auto format.
|
|
Classic1
|
1
|
Represents Classic1 auto format.
|
|
Classic_2
|
2
|
Represents Classic2 auto format.
|
|
Classic_3
|
3
|
Represents Classic3 auto format.
|
|
Accounting1
|
4
|
Represents Accounting1 auto format.
|
|
Accounting2
|
5
|
Represents Accounting2 auto format.
|
|
Accounting3
|
6
|
Represents Accounting3 auto format.
|
|
Accounting4
|
7
|
Represents Accounting4 auto format.
|
|
Colorful1
|
8
|
Represents Colorful1 auto format.
|
|
Colorful2
|
9
|
Represents Colorful2 auto format.
|
|
Colorful3
|
10
|
Represents Colorful3 auto format.
|
|
List1
|
11
|
Represents List1 auto format.
|
|
List2
|
12
|
Represents List2 auto format.
|
|
List3
|
13
|
Represents List3 auto format.
|
|
Effect3D1
|
14
|
Represents Effect3D1 auto format.
|
|
Effect3D2
|
15
|
Represents Effect3D2 auto format.
|
|
None
|
16
|
Represents None auto format.
|
See Also