HotXLS dokumentacija

This example sets the width and text of comment for cell E5

'E5' 'E5' ].AddComment TXLSShapeThis example sets the width and text of comment for cell E5 'E5'

].Range[

'E5' ].AddComment 'E5';

'Comment'

; Shape.Width :=

With Workbook.Sheets[1].Range['E5', 'E5'].AddComment do begin
  Text := 'Comment';
  Shape.Width := 300;
end;