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

interface XSelectedSheetsSupplier

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