LibreOffice
LibreOffice 5.0 SDK API Reference
|
represents a collection of equal-formatted cell ranges. More...
import "CellFormatRanges.idl";
Exported Interfaces | |
interface | com::sun::star::container::XIndexAccess |
provides methods to access the contained cell ranges by index. More... | |
interface | com::sun::star::container::XEnumerationAccess |
creates an enumeration of all cell ranges. More... | |
Additional Inherited Members | |
![]() | |
long | getCount () |
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
![]() | |
com::sun::star::container::XEnumeration | createEnumeration () |
represents a collection of equal-formatted cell ranges.
All cells inside a cell range of this collection have the same formatting attributes.
creates an enumeration of all cell ranges.
interface com::sun::star::container::XIndexAccess |
provides methods to access the contained cell ranges by index.