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

TableCellCollection Class
Represents a strongly typed collection of TableCell objects.
Object Model
TableCellCollection Class
Syntax
'Declaration
 
Public NotInheritable Class TableCellCollection 
   Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of TableCell)
 
Inheritance Hierarchy

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

See Also