Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / StringTrim Property


In This Topic
StringTrim Property (EditBaseCellType)
In This Topic
Gets or sets how to trim characters that do not fit in the cell.
Syntax
'Declaration
 
Public Property StringTrim As StringTrimming
 
'Usage
 
Dim instance As EditBaseCellType
Dim value As StringTrimming
 
instance.StringTrim = value
 
value = instance.StringTrim
See Also