Spread Windows Forms 17
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.


In This Topic
    FormatCells Constructor(IRange,FormatCellsTab)
    In This Topic
    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)

    Parameters

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