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
   
      
      
  
 
::  com  :: sun  :: star  :: sheet  :: 
 
 
service NamedRange 
 
Description  
represents a named range in a spreadsheet document.
  
In fact a named range is a named formula expression. A cell range
 address is one possible content of a named range.
  
See also  
NamedRanges  
 
 
 
 
Exported Interfaces - Summary 
 
XNamedRange  
provides access to the settings of the named range.
 
 
 
XCellRangeReferrer  
provides access to the cell range object referred by this named range.
 (details )
 
 
Properties' Summary 
 
[ readonly ] long 
TokenIndex  
[ OPTIONAL ] 
 returns the index used to refer to this name in token arrays.
   
 
boolean 
IsSharedFormula  
[ OPTIONAL ] 
 Determines if this defined name represents a shared formula.
   
 
Exported Interfaces - Details 
 
 
XNamedRange 
Description  
provides access to the settings of the named range.
  
 
 
 
 
 
 
XCellRangeReferrer 
Description  
provides access to the cell range object referred by this named range.
  
This works only, if the named range contains a single cell range
 address.
  
 
 
 
 
 
Properties' Details 
 
TokenIndex 
[ readonly ] long TokenIndex ; 
Usage Restrictions  
optional  
Description  
returns the index used to refer to this name in token arrays.
  
A token describing a defined name shall contain the op-code obtained
 from the FormulaMapGroupSpecialOffset::NAME  offset and
 this index as data part.
  
Since   
OOo 3.0  
See also  
FormulaToken , FormulaMapGroupSpecialOffset ::NAME  
 
 
 
 
 
IsSharedFormula 
boolean IsSharedFormula ; 
Usage Restrictions  
optional  
Description  
Determines if this defined name represents a shared formula.
  
This special property shall not be used externally. It is used by
 import and export filters for compatibility with spreadsheet
 documents containing shared formulas. Shared formulas are shared
 by several cells to save memory and to decrease file size.
 A defined name with this property set will not appear in the user
 interface of Calc, and its name will not appear in cell formulas. A
 formula referring to this defined name will show the formula
 definition contained in the name instead.
  
Since   
OOo 3.0  
 
 
 
 
 
 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.