Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Alignment Property


In This Topic
    Alignment Property (StyleFormat)
    In This Topic
    Gets or sets the alignment formatting.
    Syntax
    'Declaration
     
    
    Public Property Alignment As Alignment
    'Usage
     
    
    Dim instance As StyleFormat
    Dim value As Alignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public Alignment Alignment {get; set;}

    Property Value

    An Alignment value represents alignment formatting.
    See Also