enumTableStyle
enumerated type

 

typedef enum
{
	[helpstring("Table style, light 01")]           tablestyle_light01 = 1,
	[helpstring("Table style, light 02")]           tablestyle_light02 = 2,
	[helpstring("Table style, light 03")]           tablestyle_light03 = 3,
	[helpstring("Table style, light 04")]           tablestyle_light04 = 4,
	[helpstring("Table style, light 05")]           tablestyle_light05 = 5,
	[helpstring("Table style, light 06")]           tablestyle_light06 = 6,
	[helpstring("Table style, light 07")]           tablestyle_light07 = 7,
	[helpstring("Table style, light 08")]           tablestyle_light08 = 8,
	[helpstring("Table style, light 09")]           tablestyle_light09 = 9,
	[helpstring("Table style, light 10")]           tablestyle_light10 = 10,
	[helpstring("Table style, light 11")]           tablestyle_light11 = 11,
	[helpstring("Table style, light 12")]           tablestyle_light12 = 12,
	[helpstring("Table style, light 13")]           tablestyle_light13 = 13,
	[helpstring("Table style, light 14")]           tablestyle_light14 = 14,
	[helpstring("Table style, light 15")]           tablestyle_light15 = 15,
	[helpstring("Table style, light 16")]           tablestyle_light16 = 16,
	[helpstring("Table style, light 17")]           tablestyle_light17 = 17,
	[helpstring("Table style, light 18")]           tablestyle_light18 = 18,
	[helpstring("Table style, light 19")]           tablestyle_light19 = 19,
	[helpstring("Table style, light 20")]           tablestyle_light20 = 20,
	[helpstring("Table style, light 21")]           tablestyle_light21 = 21,
	[helpstring("Table style, medium 01")]          tablestyle_medium01 = 22,
	[helpstring("Table style, medium 02")]          tablestyle_medium02 = 23,
	[helpstring("Table style, medium 03")]          tablestyle_medium03 = 24,
	[helpstring("Table style, medium 04")]          tablestyle_medium04 = 25,
	[helpstring("Table style, medium 05")]          tablestyle_medium05 = 26,
	[helpstring("Table style, medium 06")]          tablestyle_medium06 = 27,
	[helpstring("Table style, medium 07")]          tablestyle_medium07 = 28,
	[helpstring("Table style, medium 08")]          tablestyle_medium08 = 29,
	[helpstring("Table style, medium 09")]          tablestyle_medium09 = 30,
	[helpstring("Table style, medium 10")]          tablestyle_medium10 = 31,
	[helpstring("Table style, medium 11")]          tablestyle_medium11 = 32,
	[helpstring("Table style, medium 12")]          tablestyle_medium12 = 33,
	[helpstring("Table style, medium 13")]          tablestyle_medium13 = 34,
	[helpstring("Table style, medium 14")]          tablestyle_medium14 = 35,
	[helpstring("Table style, medium 15")]          tablestyle_medium15 = 36,
	[helpstring("Table style, medium 16")]          tablestyle_medium16 = 37,
	[helpstring("Table style, medium 17")]          tablestyle_medium17 = 38,
	[helpstring("Table style, medium 18")]          tablestyle_medium18 = 39,
	[helpstring("Table style, medium 19")]          tablestyle_medium19 = 40,
	[helpstring("Table style, medium 20")]          tablestyle_medium20 = 41,
	[helpstring("Table style, medium 21")]          tablestyle_medium21 = 42,
	[helpstring("Table style, medium 22")]          tablestyle_medium22 = 43,
	[helpstring("Table style, medium 23")]          tablestyle_medium23 = 44,
	[helpstring("Table style, medium 24")]          tablestyle_medium24 = 45,
	[helpstring("Table style, medium 25")]          tablestyle_medium25 = 46,
	[helpstring("Table style, medium 26")]          tablestyle_medium26 = 47,
	[helpstring("Table style, medium 27")]          tablestyle_medium27 = 48,
	[helpstring("Table style, medium 28")]          tablestyle_medium28 = 49,
	[helpstring("Table style, dark 01")]            tablestyle_dark1 = 50,
	[helpstring("Table style, dark 02")]            tablestyle_dark2 = 51,
	[helpstring("Table style, dark 03")]            tablestyle_dark3 = 52,
	[helpstring("Table style, dark 04")]            tablestyle_dark4 = 53,
	[helpstring("Table style, dark 05")]            tablestyle_dark5 = 54,
	[helpstring("Table style, dark 06")]            tablestyle_dark6 = 55,
	[helpstring("Table style, dark 07")]            tablestyle_dark7 = 56,
	[helpstring("Table style, dark 08")]            tablestyle_dark8 = 57,
	[helpstring("Table style, dark 09")]            tablestyle_dark9 = 58,
	[helpstring("Table style, dark 10")]            tablestyle_dark10 = 59,
	[helpstring("Table style, dark 11")]            tablestyle_dark11 = 60
} enumTableStyle;

 

used in IXlsTableStyle::BuiltinStyle property.