ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableCellCollection Class
Members

In This Topic
    TableCellCollection Class
    In This Topic
    Provides a strongly typed collection for TableCell objects.
    Object Model
    TableCellCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TableCellCollection 
       Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of TableCell)
    public sealed class TableCellCollection : GrapeCity.ActiveReports.PageReportModel.ItemCollection<TableCell> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ItemCollection<T>
          GrapeCity.ActiveReports.PageReportModel.TableCellCollection

    See Also