XlsSlicerCache
CrossFilterType Property
 | 
Gets or sets whether a slicer is participating in cross filtering with other slicers that share the same slicer cache,
and how cross filtering is displayed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public SlicerCacheCrossFilterType CrossFilterType { get; set; }
 
Public Property CrossFilterType As SlicerCacheCrossFilterType
	Get
	Set
 
public:
property SlicerCacheCrossFilterType CrossFilterType {
	SlicerCacheCrossFilterType get ();
	void set (SlicerCacheCrossFilterType value);
}
 
member CrossFilterType : SlicerCacheCrossFilterType with get, set
 
 
 
Property Value
Type:
SlicerCacheCrossFilterType
 
See Also