XlsPivotField
ShowToolTip Property
|
Specifies a boolean value that indicates whether to show the member property value in a
tooltip on the appropriate PivotTable cells.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowToolTip { get; set; }
Public Property ShowToolTip As Boolean
Get
Set
public:
property bool ShowToolTip {
bool get ();
void set (bool value);
}
member ShowToolTip : bool with get, set
Property Value
Type:
Boolean
See Also