Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / select Method / select(boolean) Method
True to replace the current selection withthe specified object. False to extend the current selection to include any previously selected objects and the specified object.
In This Topic
    select(boolean) Method
    In This Topic
    Selects the object.
    Syntax
    void select( 
       boolean replace
    )

    Parameters

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