XlsSlicerCache
IsTabular Property
|
Gets whether the slicer associated with the specified slicer cache is based on an Non-OLAP data source. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsTabular { get; }
Public ReadOnly Property IsTabular As Boolean
Get
public:
property bool IsTabular {
bool get ();
}
member IsTabular : bool with get
Property Value
Type:
Boolean
See Also