:: com :: sun :: star :: table ::

interface XAutoFormattable
Description
provides a method to apply TableAutoFormats to a cell range.
Developers Guide
Spreadsheets - Table Auto Formats

Methods' Summary
autoFormat applies an AutoFormat to the cell range of the current context.  
Methods' Details
autoFormat
void
autoFormat( [in] string  aName )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
applies an AutoFormat to the cell range of the current context.
Parameter aName
is the name of the AutoFormat to apply.
Throws
::com::sun::star::lang::IllegalArgumentException if the specified AutoFormat does not exist.
Top of Page