HotXLS-documentatie

Visible-eigenschap

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

Syntaxis

eigenschap Visible: boolean;

Voorbeeld

This example hides the first defined name in the Wofksheet one

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

Zie also

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