| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IWorksheets |
IWorksheets.get(java.lang.String[] name)
Gets worksheets by names.
|
IWorksheets |
Workbook.getSelectedSheets()
Returns a IWorksheets collection
that represents all the selected sheets in the specified workbook.
|
IWorksheets |
Workbook.getSelectedSheets()
Returns a IWorksheets collection
that represents all the selected sheets in the specified workbook.
|
IWorksheets |
IWorkbook.getSelectedSheets()
Returns a
IWorksheets collection
that represents all the selected sheets in the specified workbook. |
IWorksheets |
Workbook.getWorksheets()
Gets a collection of worksheets contained in the workbook.
|
IWorksheets |
Workbook.getWorksheets()
Gets a collection of worksheets contained in the workbook.
|
IWorksheets |
IWorkbook.getWorksheets()
Returns the
IWorksheets collection that represents all the worksheets
in the specified workbook. |