Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / TextAlign Property


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