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

interface XFillAcrossSheet
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFillAcrossSheet
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated

Methods' Summary
fillAcrossSheets copies data between ranges onto different sheets in the document.  
Methods' Details
fillAcrossSheets
void
fillAcrossSheets( [in] long  nContentFlags );

Description
copies data between ranges onto different sheets in the document.
Top of Page