ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IGridCell Interface / Content Property

In This Topic
    Content Property (IGridCell)
    In This Topic
    Gets the actual content to be rendered in this cell.
    Syntax
    'Declaration
     
    ReadOnly Property Content As ILayoutArea
    ILayoutArea Content {get;}

    Property Value

    An ILayoutArea instance representing the content of the cell.
    See Also