ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / ICopySelectionService Interface / CopySelection Method

In This Topic
    CopySelection Method
    In This Topic
    Copies given selection into platform specific storage
    Syntax
    'Declaration
     
    Sub CopySelection( _
       ByVal selection As DocumentSelection _
    ) 
    void CopySelection( 
       DocumentSelection selection
    )

    Parameters

    selection
    See Also