Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
 
Methods' Summary 
 
setCellValue  
It sets a cached value for a specified cell position. The value is expected
 to be either of type ::string or of type ::double. No
 other data types are supported.
   
 
getCellValue  
It retrieves a cached value from a specified cell position. The cached
 value can be either ::string or ::double.
   
 
getAllRows  
It returns a list of all row numbers where a cached cell or cells exist.
 The row numbers are sorted in ascending order.
   
 
getAllColumns  
Given a row number, this method returns a list of all columns numbers
 that store cached cell values in that row. The column numbers are
 sorted in ascending order.
   
 
Attributes' Summary 
 
TokenIndex  
Index corresponding to this instance of an external sheet cache for
 usage in formula tokens.
   
 
Methods' Details 
 
setCellValue 
 
Description  
It sets a cached value for a specified cell position. The value is expected
 to be either of type ::string or of type ::double. No
 other data types are supported.
  
Parameter nRow  
row position (0-based)
  
Parameter nColumn  
column position (0-based)
  
Parameter aValue  
cell value to be cached
  
 
 
 
 
 
getCellValue 
 
Description  
It retrieves a cached value from a specified cell position. The cached
 value can be either ::string or ::double.
  
Returns  
any cached cell value
  
 
 
 
 
 
getAllRows 
sequence< long > 
 
getAllRows (); 
 
 
Description  
It returns a list of all row numbers where a cached cell or cells exist.
 The row numbers are sorted in ascending order.
  
Returns  
sequence list of all row numbers with cached cell(s)
   
 
 
 
 
 
getAllColumns 
 
Description  
Given a row number, this method returns a list of all columns numbers
 that store cached cell values in that row. The column numbers are
 sorted in ascending order.
  
Returns  
sequence list of all columns numbers with cached cell values
   
 
 
 
 
 
Attributes' Details 
 
TokenIndex 
[ readonly ] long TokenIndex ; 
Description  
Index corresponding to this instance of an external sheet cache for
 usage in formula tokens.
  
This index to the external sheet cache is expected in the
 SingleReference ::Sheet  member if it is part of an
 external reference token.
 
Each external sheet cache has a unique index value inside the
 ExternalDocLink  instance.
  
See also  
FormulaToken , ExternalReference  
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.