Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ITextAdjustmentSpacing Interface / TextAdjustmentSpacing Property


In This Topic
TextAdjustmentSpacing Property (ITextAdjustmentSpacing)
In This Topic
Gets and sets the text adjustment spacing.
Syntax
'Declaration
 
Property TextAdjustmentSpacing As Integer
 
'Usage
 
Dim instance As ITextAdjustmentSpacing
Dim value As Integer
 
instance.TextAdjustmentSpacing = value
 
value = instance.TextAdjustmentSpacing
See Also