Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells Class / FormatCells Constructor / FormatCells Constructor(StyleFormat,IWorksheet,Object,FormatCellsTab)


In This Topic
    FormatCells Constructor(StyleFormat,IWorksheet,Object,FormatCellsTab)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal styleFormat As StyleFormat, _
       ByVal worksheet As IWorksheet, _
       ByVal cellValue As Object, _
       Optional ByVal activeTab As FormatCells.FormatCellsTab _
    )
    'Usage
     
    
    Dim styleFormat As StyleFormat
    Dim worksheet As IWorksheet
    Dim cellValue As Object
    Dim activeTab As FormatCells.FormatCellsTab
     
    Dim instance As New FormatCells(styleFormat, worksheet, cellValue, activeTab)

    Parameters

    styleFormat
    worksheet
    cellValue
    activeTab
    See Also