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


In This Topic
    HorizontalAlignment Property (DynamicStyleInfo)
    In This Topic
    Gets the horizontal alignment of the contents of the cell style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property HorizontalAlignment As CellHorizontalAlignment
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As CellHorizontalAlignment
     
    value = instance.HorizontalAlignment
    public new CellHorizontalAlignment HorizontalAlignment {get;}
    See Also