Documentazione HotXLS

Visible proprietà

Determines whether the Defined name is visible. Read/write Boolean

Sintassi

proprietà Visible: boolean;

Esempio

This example hides the first defined name in the Worksheet one

if Workbook.Sheets[1].Names.Count > 0 then begin
   Workbook.Sheets[1].Names[1].Visible := false;
end;

Vedere also

IXLSName Interface
IXLSNames Interface
IXLSWorkbook.Names proprietà
TXLSWorksheet.Names proprietà