:: com :: sun :: star :: container ::

interface XIndexReplace
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XElementAccess
    |
    +-XIndexAccess
       |
       +-XIndexReplace
Description
This is the generic interface for supporting the replacement of indexed elements.
See also
XContainer

Methods' Summary
replaceByIndex replaces the element at the specified index with the given element.
Methods' Details
replaceByIndex
void
replaceByIndex(
 
[in] long
[in] any 

raises(

 
Index,
Element ) 
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::WrappedTargetException );

Description
replaces the element at the specified index with the given element.
Top of Page