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

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

    Property Value

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