20module
com { module sun { module star { module sheet {
38 void setCellValue( [in]
long nColumn, [in]
long nRow, [in] any aValue )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
Primary interface for the com::sun::star::sheet::ExternalSheetCache service.
Definition XExternalSheetCache.idl:29
sequence< long > getAllRows()
It returns a list of all row numbers where a cached cell or cells exist.
void setCellValue([in] long nColumn, [in] long nRow, [in] any aValue)
It sets a cached value for a specified cell position.
sequence< long > getAllColumns([in] long nRow)
Given a row number, this method returns a list of all columns numbers that store cached cell values i...
long TokenIndex
Index corresponding to this instance of an external sheet cache for usage in formula tokens.
Definition XExternalSheetCache.idl:79
any getCellValue([in] long nColumn, [in] long nRow)
It retrieves a cached value from a specified cell position.
Definition Ambiguous.idl:20