Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TextTipPolicy Property


In This Topic
TextTipPolicy Property (FpSpread)
In This Topic
Gets or sets whether to display text tips and cell notes and the location of the tips and notes in this component.
Syntax
'Declaration
 
Public Property TextTipPolicy As TextTipPolicy
 
'Usage
 
Dim instance As FpSpread
Dim value As TextTipPolicy
 
instance.TextTipPolicy = value
 
value = instance.TextTipPolicy
See Also