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

interface XUnnamedDatabaseRanges

Methods' Summary
setByTable  
getByTable  
hasByTable  
Methods' Details
setByTable
void
setByTable( [in] ::com::sun::star::table::CellRangeAddress  aRange )
raises( ::com::sun::star::lang::IndexOutOfBoundsException );

getByTable
any
getByTable( [in] long  nTab )
raises( ::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::IndexOutOfBoundsException );

hasByTable
boolean
hasByTable( [in] long  nTab )
raises( ::com::sun::star::lang::IndexOutOfBoundsException );

Top of Page