NativeExcel suite v2.x

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

Copyright © NikaSoft 2004-2011