HotXLS Delphi Excel Read Write Library / Component Developers Guide |
Workbook.Sheets[1].Range['E5', 'E5'].Comment.Text := 'Comment';
with Workbook.Sheets[1].Range['E5', 'E5'].AddComment do begin Visible := False; Text := 'Comment text'; end;
Copyright©2007-2019 loslab.com |