ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridCell Class
Members

In This Topic
    GridCell Class
    In This Topic
    Represents a cell in the Grid.
    Object Model
    GridCell Class
    Syntax
    'Declaration
     
    Public NotInheritable Class GridCell 
       Inherits ReportComponent
       Implements IReportComponent 
    public sealed class GridCell : ReportComponent, IReportComponent  
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.GridCell

    See Also