ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / Alignment Property

In This Topic
    Alignment Property (DDCell)
    In This Topic
    Gets or sets the horizontal alignment value for the cell.
    Syntax
    'Declaration
     
    Public Property Alignment As HorzAlignments
    public HorzAlignments Alignment {get; set;}

    Property Value

    The horizontal alignment of the cell.
    Remarks
    Possible values are listed in GrapeCity.SpreadBuilder.Style.HorzAlignments.
    See Also