[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheets.Select

Select Method

Select(bool)

Selects the object.

Declaration
void Select(bool replace = true)
Sub [Select](Optional replace As Boolean = True)
Parameters
Type Name Description
bool replace

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