Spread Windows Forms 12.0 Product Documentation
FormatCells Constructor(IRange,FormatCellsTab)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FormatCells Class > FormatCells Constructor : FormatCells Constructor(IRange,FormatCellsTab)
The GrapeCity.Spreadsheet.Reference value indicates the formatted cells.
The default tab to display.
Initializes a new instance of the FormatCells class.
Syntax
'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.
See Also

Reference

FormatCells Class
FormatCells Members
Overload List