ActiveReports 18 .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;}
    See Also