Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DifferentialFormat Class / Alignment Property


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

    Property Value

    An Alignment value represents the alignment formatting.
    See Also