Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Select Method
True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.
In This Topic
    Select Method (IWorksheet)
    In This Topic
    Selects the object.
    Syntax
    void Select( 
       System.bool replace
    )

    Parameters

    replace
    True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.
    See Also