Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSName
>
RefersToRange
RefersToRange property
Returns the range referred to by the name. Read only
IXLSRange
.
Syntax
property
RefersToRange:
IXLSRange
;
Example
This example sets the font to bold for the range refered to by 'MyName' defined name.
book.Names[
'MyName'
].RefersToRange.Font.Bold := true;
See also
IXLSName interface
IXLSName.RefersTo property
IXLSNames interface
IXLSWorkbook.Names property
IXLSWorksheet.Names property
Copyright © NikaSoft 2004-2011