'Declaration Public Sub SetCommentsIsVisible( _
ByVal worksheetThe worksheet that contains cell set.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cell set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal isVisibleA value indicating whether cells are visible.As Boolean _
)
public void SetCommentsIsVisible(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
bool isVisible
)
public: void SetCommentsIsVisible(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* cellsSet,
bool isVisible
)
Parameters
- worksheet
- The worksheet that contains cell set.
- cellsSet
- The cell set.
- isVisible
- A value indicating whether cells are visible.