Lines Matching refs:named
50 /** provides access to the members in a collection of named ranges and to
60 /** adds a new named range to the collection.
63 the new name of the named range.
68 <p>A cell range address is one possible content of a named
75 a combination of flags that specify the type of a named range,
78 <p>This parameter will be zero for any common named range.</p>
88 /** creates named cell ranges from titles in a cell range.
90 <p>The names for the named ranges are taken from title cells in the
93 The named ranges refer to single columns or rows in the inner
96 <p>Example: The source range is A1:B3. The named ranges shall be
98 for the second parameter. The method creates two named ranges. The
100 range $Sheet.$A$2:$A$3 (excluding the title cell). The latter named
101 range is named using cell B1 and contains the cell range address
105 the cell range used to create the named ranges.
116 /** removes a named range from the collection.
122 /** writes a list of all named ranges into the document.
125 column contains the contents of the named ranges.</p>