TableStyleType

TableStyleType

Overview

TableStyleType is a enum in Aspose.Cells FOSS for .NET.

Represents the built-in Excel table style types.

This enumeration defines 62 built-in Excel table style values.

Description

TableStyleType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like TableStyleType help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NoneRepresents the default style with no table formatting applied
TableStyleLight1Represents the first light table style preset
TableStyleLight2Represents the second light table style preset
TableStyleLight3Represents the third light table style preset
TableStyleLight4Represents the fourth light table style preset
TableStyleLight5Represents the fifth light table style preset
TableStyleLight6Represents the sixth light table style preset
TableStyleLight7Represents the seventh light table style preset
TableStyleLight8Represents the eighth light table style preset
TableStyleLight9Represents the ninth light table style preset
TableStyleLight10Represents the tenth light table style preset
TableStyleLight11Represents the eleventh light table style preset
TableStyleLight12Represents the twelfth light table style preset
TableStyleLight13Represents the thirteenth light table style preset
TableStyleLight14Represents the fourteenth light table style preset
TableStyleLight15Represents the fifteenth light table style preset
TableStyleLight16Represents the sixteenth light table style preset
TableStyleLight17Represents the seventeenth light table style preset
TableStyleLight18Represents the eighteenth light table style preset
TableStyleLight19Represents the nineteenth light table style preset
TableStyleLight20Represents the twentieth light table style preset
TableStyleLight21Represents the twenty-first light table style preset.
TableStyleMedium1Represents the first medium table style preset.
TableStyleMedium2Represents the second medium table style preset.
TableStyleMedium3Represents the third medium table style preset.
TableStyleMedium4Represents the fourth medium table style preset.
TableStyleMedium5Represents the fifth medium table style preset.
TableStyleMedium6Represents the sixth medium table style preset.
TableStyleMedium7Represents the seventh medium table style preset.
TableStyleMedium8Represents the eighth medium table style preset.
TableStyleMedium9Represents the ninth medium table style preset.
TableStyleMedium10Represents the tenth medium table style preset.
TableStyleMedium11Represents the eleventh medium table style preset.
TableStyleMedium12Represents the twelfth medium table style preset.
TableStyleMedium13Represents the thirteenth medium table style preset.
TableStyleMedium14Represents the fourteenth medium table style preset.
TableStyleMedium15Represents the fifteenth medium table style preset.
TableStyleMedium16Represents the sixteenth medium table style preset.
TableStyleMedium17Represents the seventeenth medium table style preset.
TableStyleMedium18Represents the eighteenth medium table style preset.
TableStyleMedium19Represents the nineteenth medium table style preset.
TableStyleMedium20Represents the twentieth medium table style preset.
TableStyleMedium21Represents the twenty-first medium table style preset.
TableStyleMedium22Represents the twenty-second medium table style preset.
TableStyleMedium23Represents the twenty-third medium table style preset.
TableStyleMedium24Represents the twenty-fourth medium table style preset.
TableStyleMedium25Represents the twenty-fifth medium table style preset.
TableStyleMedium26Represents the twenty-sixth medium table style preset.
TableStyleMedium27Represents the twenty-seventh medium table style preset.
TableStyleMedium28Represents the twenty-eighth medium table style preset.
TableStyleDark1Represents the first dark table style preset.
TableStyleDark2Represents the second dark table style preset.
TableStyleDark3Represents the third dark table style preset.
TableStyleDark4Represents the fourth dark table style preset.
TableStyleDark5Represents the fifth dark table style preset.
TableStyleDark6Represents the sixth dark table style preset.
TableStyleDark7Represents the seventh dark table style preset.
TableStyleDark8Represents the eighth dark table style preset.
TableStyleDark9Represents the ninth dark table style preset.
TableStyleDark10Represents the tenth dark table style preset.
TableStyleDark11Represents the eleventh dark table style preset.
CustomRepresents a custom user-defined table style.

See Also