ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixCornerRow Interface / CellCollection Property

In This Topic
    CellCollection Property (ITablixCornerRow)
    In This Topic
    Gets the list of cells in a row of the corner section of a tablix.
    Syntax
    'Declaration
     
    ReadOnly Property CellCollection As IItemCollection(Of ITablixCornerCell)
    IItemCollection<ITablixCornerCell> CellCollection {get;}

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the cells in the row.
    See Also