:: com :: sun :: star :: sheet ::

unpublished interface XSelectedSheetsSupplier
Usage Restrictions
not published
Description
*
Since
LibreOffice 3.5

Methods' Summary
getSelectedSheets returns the indices of currently selected sheets. Sheet indices are 0-based.  
Methods' Details
getSelectedSheets
sequence< long >
getSelectedSheets();

Description
returns the indices of currently selected sheets. Sheet indices are 0-based.
Top of Page