Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / OverflowCharacter Property


In This Topic
    OverflowCharacter Property (CurrencyCellType)
    In This Topic
    Gets or sets the character for replacing the value if it does not fit the width of the display.
    Syntax
    'Declaration
     
    
    Public Property OverflowCharacter As Char
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Char
     
    instance.OverflowCharacter = value
     
    value = instance.OverflowCharacter
    public char OverflowCharacter {get; set;}
    See Also