Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EmptyCellType Class / StringTrim Property


In This Topic
    StringTrim Property (EmptyCellType)
    In This Topic
    Gets or sets how to trim characters that do not fit into the cell.
    Syntax
    'Declaration
     
    
    Public Shadows Property StringTrim As StringTrimming
    'Usage
     
    
    Dim instance As EmptyCellType
    Dim value As StringTrimming
     
    instance.StringTrim = value
     
    value = instance.StringTrim
    public new StringTrimming StringTrim {get; set;}
    See Also