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


In This Topic
StringTrim Property (TextCellType)
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 TextCellType
Dim value As StringTrimming
 
instance.StringTrim = value
 
value = instance.StringTrim
See Also