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

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

    Property Value

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