'Declaration Public Sub SetColumnsIsHidden( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal isHiddenA value indicating whether the column is hidden.As Boolean _
)
public void SetColumnsIsHidden(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
bool isHidden
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set.
- isHidden
- A value indicating whether the column is hidden.