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

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

    Property Value

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