XlsSlicerCache
SourceName Property
|
Gets the source name of this slicer cache. Read-only.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string SourceName { get; }
Public ReadOnly Property SourceName As String
Get
public:
property String^ SourceName {
String^ get ();
}
member SourceName : string with get
Property Value
Type:
String
See Also