'Declaration Public Sub SetCellsStyle( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsSetThe cells set to change.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal styleThe style.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle _
)
public void SetCellsStyle(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle style
)
Parameters
- worksheet
- The worksheet.
- cellsSet
- The cells set to change.
- style
- The style.