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' Details 
 
collapseToCurrentRegion 
void 
 
collapseToCurrentRegion (); 
 
 
Description  
expands the cursor into the region containing the cells to which
 it currently points.
  
A region is a cell range bounded by empty cells.
  
 
 
 
 
 
collapseToCurrentArray 
void 
 
collapseToCurrentArray (); 
 
 
Description  
collapses the cursor into the range of the array formula to which
 it is currently pointing.
  
To get the correct result, the top left cell of the original
 cursor must point to any cell containing an array formula.
 If not, the cursor is left unchanged.
  
 
 
 
 
 
collapseToMergedArea 
void 
 
collapseToMergedArea (); 
 
 
Description  
expands the cursor to merged cell ranges.
  
Expands the current cursor range in a way so that all merged
 cell ranges intersecting the current range will fit completely.
 If the cursor does not point to any range with merged cells, it
 is left unchanged.
  
 
 
 
 
 
expandToEntireColumns 
void 
 
expandToEntireColumns (); 
 
 
Description  
expands the cursor to include the entire columns of the cells
 to which it is currently pointing.
  
 
 
 
 
 
expandToEntireRows 
void 
 
expandToEntireRows (); 
 
 
Description  
expands the cursor to include the entire rows of the cells to
 which it is currently pointing.
  
 
 
 
 
 
collapseToSize 
void 
 
collapseToSize ( 
[in] long 
 nColumns, 
 
[in] long 
 nRows ); 
 
 
Description  
changes the size of a cursor range.
  
The top left cell of the cursor keeps unmodified. 
  
Parameter nColumns  
the number of columns of the new cursor range.
  
Parameter nRows  
the number of rows of the new cursor range.
  
 
 
 
 
 
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.