Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / TextAlign Property


In This Topic
    TextAlign Property (MultiOptionCellType)
    In This Topic
    Gets or sets how text aligns in the cell.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As ButtonTextAlign
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As ButtonTextAlign
     
    instance.TextAlign = value
     
    value = instance.TextAlign
    public ButtonTextAlign TextAlign {get; set;}
    See Also