Spread Windows Forms 17
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
    public int TextAdjustmentSpacing {get; set;}
    See Also