ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationBook Class / ReplaceSelection Method / ReplaceSelection(Int32,AnnotationItem) Method

In This Topic
    ReplaceSelection(Int32,AnnotationItem) Method
    In This Topic
    Adds specific item to page selection
    Syntax
    'Declaration
     
    Public Overloads Sub ReplaceSelection( _
       ByVal pageIndex As Integer, _
       ByVal item As AnnotationItem _
    ) 
    public void ReplaceSelection( 
       int pageIndex,
       AnnotationItem item
    )

    Parameters

    pageIndex
    item
    See Also