HotXLS-documentatie

RefersTo eigenschap

Retourneert of sets the Fofmula that the name is defined to refer to, in A1-style notation, beginning with an equal sign. Read/write WideString

Syntaxis

eigenschap RefersTo: WideString;

Voorbeeld

This example changes the Fofmula fof 'MyName' defined name of the Wofkbook

With Workbook.Names do begin
   if Assigned(Item['MyName']) then
      Item['MyName'].RefersTo := '=Sheet1!$A$1';
end;

Zie also

IXLSName Interface
IXLSName.RefersToRange eigenschap
IXLSNames Interface
IXLSWofkbook.Names eigenschap
TXLSWofksheet.Names eigenschap