Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / OverflowCharacter Property


In This Topic
OverflowCharacter Property (NumberCellType)
In This Topic
Gets or sets the character used to replace the value if it does not fit the width of the display.
Syntax
'Declaration
 
Public Property OverflowCharacter As Char
 
'Usage
 
Dim instance As NumberCellType
Dim value As Char
 
instance.OverflowCharacter = value
 
value = instance.OverflowCharacter
See Also