HtmlSaveOptionsAddTooltipText Property |
Indicates whether adding tooltip text when the data can't be fully displayed.
The default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic bool AddTooltipText { get; set; }
Public Property AddTooltipText As Boolean
Get
Set
public:
property bool AddTooltipText {
bool get ();
void set (bool value);
}
member AddTooltipText : bool with get, set
Property Value
Type:
Boolean
See Also