Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / HorizontalAlignment Property


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