ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageCell Class / VAlign Property

In This Topic
    VAlign Property
    In This Topic
    Gets or sets the vertical alignment of the cell.
    Syntax
    'Declaration
     
    Public Property VAlign As CellAlignmentTypes
    public CellAlignmentTypes VAlign {get; set;}

    Property Value

    For a list of valid values, see here: GrapeCity.ActiveReports.Core.Document.DDLib.Table.CellAlignmentTypes
    See Also