HotXLS Delphi Excel Read Write Library / Component Developers Guide |
Var Comment: TXLSComment; begin ... With Workbook.Sheets[1] do begin Comment := Range['C3', 'C3'].Comment; if Assigned(Comment) then Comment.Shape.Fill.Visible := false; end; ... end;
Copyright©2007-2019 loslab.com |