20 #ifndef __com_sun_star_sheet_XExternalSheetCache_idl__
21 #define __com_sun_star_sheet_XExternalSheetCache_idl__
25 module
com { module sun { module star { module sheet {
43 void setCellValue( [in]
long nColumn, [in]
long nRow, [in] any aValue )
51 any getCellValue( [in]
long nColumn, [in]
long nRow )
59 sequence< long > getAllRows();
67 sequence< long > getAllColumns( [in]
long nRow )
Primary interface for the com::sun::star::sheet::ExternalSheetCache service.
Definition: XExternalSheetCache.idl:33
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
long TokenIndex
Index corresponding to this instance of an external sheet cache for usage in formula tokens...
Definition: XExternalSheetCache.idl:84