Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos Class / AddRow Method
Row index.


In This Topic
    AddRow Method (FormulaDependentInfos)
    In This Topic
    Adds a dependent row.
    Syntax
    'Declaration
     
    
    Public Sub AddRow( _
       ByVal row As Integer _
    ) 
    'Usage
     
    
    Dim instance As FormulaDependentInfos
    Dim row As Integer
     
    instance.AddRow(row)
    public void AddRow( 
       int row
    )

    Parameters

    row
    Row index.
    See Also