FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / HotkeyPrefix Property


In This Topic
HotkeyPrefix Property (TextCellType)
In This Topic
Gets or sets whether the ampersand character underlines text.
Syntax
'Declaration
 
Public Property HotkeyPrefix As HotkeyPrefix
 
'Usage
 
Dim instance As TextCellType
Dim value As HotkeyPrefix
 
instance.HotkeyPrefix = value
 
value = instance.HotkeyPrefix
See Also