XlsSlicer
StyleType Property
|
Gets or sets the type of slicer style.
The default type is SlicerStyleLight1.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SlicerStyleType StyleType { get; set; }
Public Property StyleType As SlicerStyleType
Get
Set
public:
property SlicerStyleType StyleType {
SlicerStyleType get ();
void set (SlicerStyleType value);
}
member StyleType : SlicerStyleType with get, set
Property Value
Type:
SlicerStyleType
See Also