Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / HAlignment Property


In This Topic
    HAlignment Property (Alignment)
    In This Topic
    Gets or sets the type of horizontal alignment in cells.
    Syntax
    'Declaration
     
    
    Public Property HAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As Alignment
    Dim value As HorizontalAlignment
     
    instance.HAlignment = value
     
    value = instance.HAlignment
    public HorizontalAlignment HAlignment {get; set;}

    Property Value

    A HorizontalAlignment value represents the type of horizontal alignment in cells.
    See Also