Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FormulaSetter.FormulaInfo Class / FormulaSetter.FormulaInfo Constructor


In This Topic
    FormulaSetter.FormulaInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheet As Short, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal formula As String _
    )
    'Usage
     
    
    Dim sheet As Short
    Dim row As Integer
    Dim column As Integer
    Dim formula As String
     
    Dim instance As New FormulaSetter.FormulaInfo(sheet, row, column, formula)
    public FormulaSetter.FormulaInfo( 
       short sheet,
       int row,
       int column,
       string formula
    )

    Parameters

    sheet
    row
    column
    formula
    See Also