HotXLS-dokumentaatio Sisältö Etusivu Yleiskatsaus TGridToXLS IXLSWorkbook Etusivu Sisältö Yleiskatsaus

Visible ominaisuus

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

Syntaksi

property Visible: boolean;

Esimerkki

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;

Katso myös

rajapinta IXLSName
rajapinta IXLSNames
IXLSWorkbook.Namesominaisuus
TXLSWorksheet.Namesominaisuus
Copyright © 2010-2026 losLab Software