ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageCell Class / Clone Method

In This Topic
    Clone Method (PageCell)
    In This Topic
    Performs a cloning of this instance.
    Syntax
    'Declaration
     
    Public Function Clone() As ITableCell
    public ITableCell Clone()

    Return Value

    Returns the cloned GrapeCity.ActiveReports.Core.Document.DDLib.Table.ITableCell item.
    See Also