Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheets Interface / select Method / select(boolean) Method
Used only with IWorkbook.Worksheets.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(boolean) Method
    In This Topic
    Selects the object.
    Syntax
    void select( 
       boolean replace
    )

    Parameters

    replace
    Used only with IWorkbook.Worksheets.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