'Declaration Public Function New( _ ByVal worksheet As IWorksheet, _ ByVal cells As Reference, _ Optional ByVal activeTab As FormatCells.FormatCellsTab _ )
'Usage Dim worksheet As IWorksheet Dim cells As Reference Dim activeTab As FormatCells.FormatCellsTab Dim instance As New FormatCells(worksheet, cells, activeTab)
public FormatCells( IWorksheet worksheet, Reference cells, FormatCells.FormatCellsTab activeTab )
Parameters
- worksheet
- The worksheet contains formatted cells.
- cells
- The GrapeCity.Spreadsheet.Reference value indicates the formatted cells.
- activeTab
- The default tab to display.