ExcelTableBuiltInStyle enum

Represents Excel table styles which are built-in.

Inheritance

Constructors

ExcelTableBuiltInStyle()
const

Values

None → const ExcelTableBuiltInStyle

Represents no style.

tableStyleMedium1 → const ExcelTableBuiltInStyle

Represents TableStyleMedium1 style.

tableStyleMedium2 → const ExcelTableBuiltInStyle

Represents TableStyleMedium2 style.

tableStyleMedium3 → const ExcelTableBuiltInStyle

Represents TableStyleMedium3 style.

tableStyleMedium4 → const ExcelTableBuiltInStyle

Represents TableStyleMedium4 style.

tableStyleMedium5 → const ExcelTableBuiltInStyle

Represents TableStyleMedium5 style.

tableStyleMedium6 → const ExcelTableBuiltInStyle

Represents TableStyleMedium6 style.

tableStyleMedium7 → const ExcelTableBuiltInStyle

Represents TableStyleMedium7 style.

tableStyleMedium8 → const ExcelTableBuiltInStyle

Represents TableStyleMedium8 style.

tableStyleMedium9 → const ExcelTableBuiltInStyle

Represents TableStyleMedium9 style.

tableStyleMedium10 → const ExcelTableBuiltInStyle

Represents TableStyleMedium10 style.

tableStyleMedium11 → const ExcelTableBuiltInStyle

Represents TableStyleMedium11 style.

tableStyleMedium12 → const ExcelTableBuiltInStyle

Represents TableStyleMedium12 style.

tableStyleMedium13 → const ExcelTableBuiltInStyle

Represents TableStyleMedium13 style.

tableStyleMedium14 → const ExcelTableBuiltInStyle

Represents TableStyleMedium14 style.

tableStyleMedium15 → const ExcelTableBuiltInStyle

Represents TableStyleMedium15 style.

tableStyleMedium16 → const ExcelTableBuiltInStyle

Represents TableStyleMedium16 style.

tableStyleMedium17 → const ExcelTableBuiltInStyle

Represents TableStyleMedium17 style.

tableStyleMedium18 → const ExcelTableBuiltInStyle

Represents TableStyleMedium18 style.

tableStyleMedium19 → const ExcelTableBuiltInStyle

Represents TableStyleMedium19 style.

tableStyleMedium20 → const ExcelTableBuiltInStyle

Represents TableStyleMedium20 style.

tableStyleMedium21 → const ExcelTableBuiltInStyle

Represents TableStyleMedium21 style.

tableStyleMedium22 → const ExcelTableBuiltInStyle

Represents TableStyleMedium22 style.

tableStyleMedium23 → const ExcelTableBuiltInStyle

Represents TableStyleMedium23 style.

tableStyleMedium24 → const ExcelTableBuiltInStyle

Represents TableStyleMedium24 style.

tableStyleMedium25 → const ExcelTableBuiltInStyle

Represents TableStyleMedium25 style.

tableStyleMedium26 → const ExcelTableBuiltInStyle

Represents TableStyleMedium26 style.

tableStyleMedium27 → const ExcelTableBuiltInStyle

Represents TableStyleMedium27 style.

tableStyleMedium28 → const ExcelTableBuiltInStyle

Represents TableStyleMedium28 style.

tableStyleLight1 → const ExcelTableBuiltInStyle

Represents TableStyleLight1 style.

tableStyleLight2 → const ExcelTableBuiltInStyle

Represents TableStyleLight2 style.

tableStyleLight3 → const ExcelTableBuiltInStyle

Represents TableStyleLight3 style.

tableStyleLight4 → const ExcelTableBuiltInStyle

Represents TableStyleLight4 style.

tableStyleLight5 → const ExcelTableBuiltInStyle

Represents TableStyleLight5 style.

tableStyleLight6 → const ExcelTableBuiltInStyle

Represents TableStyleLight6 style.

tableStyleLight7 → const ExcelTableBuiltInStyle

Represents TableStyleLight7 style.

tableStyleLight8 → const ExcelTableBuiltInStyle

Represents TableStyleLight8 style.

tableStyleLight9 → const ExcelTableBuiltInStyle

Represents TableStyleLight9 style.

tableStyleLight10 → const ExcelTableBuiltInStyle

Represents TableStyleLight10 style.

tableStyleLight11 → const ExcelTableBuiltInStyle

Represents TableStyleLight11 style.

tableStyleLight12 → const ExcelTableBuiltInStyle

Represents TableStyleLight12 style.

tableStyleLight13 → const ExcelTableBuiltInStyle

Represents TableStyleLight13 style.

tableStyleLight14 → const ExcelTableBuiltInStyle

Represents TableStyleLight14 style.

tableStyleLight15 → const ExcelTableBuiltInStyle

Represents TableStyleLight15 style.

tableStyleLight16 → const ExcelTableBuiltInStyle

Represents TableStyleLight16 style.

tableStyleLight17 → const ExcelTableBuiltInStyle

Represents TableStyleLight17 style.

tableStyleLight18 → const ExcelTableBuiltInStyle

Represents TableStyleLight18 style.

tableStyleLight19 → const ExcelTableBuiltInStyle

Represents TableStyleLight19 style.

tableStyleLight20 → const ExcelTableBuiltInStyle

Represents TableStyleLight20 style.

tableStyleLight21 → const ExcelTableBuiltInStyle

Represents TableStyleLight21 style.

tableStyleDark1 → const ExcelTableBuiltInStyle

Represents TableStyleDark1 style.

tableStyleDark2 → const ExcelTableBuiltInStyle

Represents TableStyleDark2 style.

tableStyleDark3 → const ExcelTableBuiltInStyle

Represents TableStyleDark3 style.

tableStyleDark4 → const ExcelTableBuiltInStyle

Represents TableStyleDark4 style.

tableStyleDark5 → const ExcelTableBuiltInStyle

Represents TableStyleDark5 style.

tableStyleDark6 → const ExcelTableBuiltInStyle

Represents TableStyleDark6 style.

tableStyleDark7 → const ExcelTableBuiltInStyle

Represents TableStyleDark7 style.

tableStyleDark8 → const ExcelTableBuiltInStyle

Represents TableStyleDark8 style.

tableStyleDark9 → const ExcelTableBuiltInStyle

Represents TableStyleDark9 style.

tableStyleDark10 → const ExcelTableBuiltInStyle

Represents TableStyleDark10 style.

tableStyleDark11 → const ExcelTableBuiltInStyle

Represents TableStyleDark111 style.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ExcelTableBuiltInStyle>
A constant List of the values in this enum, in order of their declaration.