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

interface XAutoFormattable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XAutoFormattable
Description
provides a method to apply TableAutoFormats to a cell range.
Developers Guide
8.3.2 Spreadsheet Documents - Working with Spreadsheet Documents - Formatting - Table Auto Formats

Methods' Summary
autoFormat applies an AutoFormat to the cell range of the current context.
Methods' Details
autoFormat
void
autoFormat(
 
[in] string 

raises(

 
aName ) 
::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