FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / FormatCells Constructor / FormatCells Constructor(IWorksheet,Reference,FormatCellsTab)
The worksheet contains formatted cells.
The GrapeCity.Spreadsheet.Reference value indicates the formatted cells.
The default tab to display.


In This Topic
FormatCells Constructor(IWorksheet,Reference,FormatCellsTab)
In This Topic
Initializes a new instance of the FormatCells class.
Syntax
'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)

Parameters

worksheet
The worksheet contains formatted cells.
cells
The GrapeCity.Spreadsheet.Reference value indicates the formatted cells.
activeTab
The default tab to display.
See Also