'Declaration Public Sub SetCommentIsVisible( _
ByVal worksheetThe worksheet that contains cell with comment.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellCommentThe cell comment.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment, _
ByVal isVisibleA value indicating whether comment is visible.As Boolean _
)
public void SetCommentIsVisible(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment cellComment,
bool isVisible
)
public: void SetCommentIsVisible(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellComment* cellComment,
bool isVisible
)
Parameters
- worksheet
- The worksheet that contains cell with comment.
- cellComment
- The cell comment.
- isVisible
- A value indicating whether comment is visible.