Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (Row)
    In This Topic
    Gets or sets the default horizontal alignment of text for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property HorizontalAlignment As CellHorizontalAlignment
    'Usage
     
    
    Dim instance As Row
    Dim value As CellHorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    public CellHorizontalAlignment HorizontalAlignment {get; set;}
    See Also