Gets or sets the StyleSheet object representing visual styles for a pivot table.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public StyleSheet StyleSheet { get; set; }
Visual Basic (Declaration)
Public Property StyleSheet As StyleSheet
Visual C++
public:
property StyleSheet^ StyleSheet {
	StyleSheet^ get ();
	void set (StyleSheet^ value);
}

See Also