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