interface XIndexReplace in module com::sun::star::container::

(Global Index)

Syntax

interface XIndexReplace : com::sun::star::container::XIndexAccess ;

Description

This is the generic interface for supporting the replacement of indexed elements.

See also

XContainer

Method Summary

replaceByIndex replaces the element at the specified index.

Method Details



replaceByIndex

Syntax

void replaceByIndex (
long Index,
any Element )
raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::lang::IndexOutOfBoundsException , com::sun::star::lang::WrappedTargetException );

Description

replaces the element at the specified index.

Top of Page