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

interface XAutoFormattable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XAutoFormattable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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  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