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

In This Topic
    Alignment Property (DDCells)
    In This Topic
    Sets the horizontal alignment value for all cells.
    Syntax
    'Declaration
     
    Public WriteOnly Property Alignment As HorzAlignments
    public HorzAlignments Alignment {set;}

    Property Value

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