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


In This Topic
TextAdjustmentSpacing Property (EditBaseCellType)
In This Topic
Allow to gets or sets text adjustment spacing
Syntax
'Declaration
 
Public Property TextAdjustmentSpacing As Integer
 
'Usage
 
Dim instance As EditBaseCellType
Dim value As Integer
 
instance.TextAdjustmentSpacing = value
 
value = instance.TextAdjustmentSpacing
See Also