XlsSlicerCacheItem
DisplayValue Property
|
Gets the display value (label text) of the slicer item.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string DisplayValue { get; }
Public ReadOnly Property DisplayValue As String
Get
public:
property String^ DisplayValue {
String^ get ();
}
member DisplayValue : string with get
Property Value
Type:
String
See Also