ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageCell Class / Delete Method
The device information.

In This Topic
    Delete Method
    In This Topic
    Deletes a cell from the parent row.
    Syntax
    'Declaration
     
    Public Sub Delete( _
       ByVal deviceInfo As DeviceInfo _
    ) 
    public void Delete( 
       DeviceInfo deviceInfo
    )

    Parameters

    deviceInfo
    The device information.
    Remarks
    This method 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.
    See Also