'Declaration Public Sub RemoveHyperlinks( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsThe cells set.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal needChangeCellStyleA value indicating whether cell style must be changed.As Boolean _
)
public void RemoveHyperlinks(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cells,
bool needChangeCellStyle
)
Parameters
- worksheet
- The worksheet.
- cells
- The cells set.
- needChangeCellStyle
- A value indicating whether cell style must be changed.