Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (IRange)
    In This Topic
    Gets or sets the horizontal alignment.
    Syntax
    'Declaration
     
    
    Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As IRange
    Dim value As HorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    HorizontalAlignment HorizontalAlignment {get; set;}

    Property Value

    The horizontal alignment.
    See Also