HotXLS 文档
目录
首页
概览
TGridToXLS
IXLSWorkbook
首页
目录
概览
Visible 属性
Determines whether the
comment
is visible. Read/write Boolean. Dafault is False
语法
property
Visible: Boolean;
示例
This example sets the comment for cell E5 to be always visible
Workbook.Sheets[
1
].Range[
'E5'
,
'E5'
].AddComment.Visible := True;