Spread Windows Forms 12.0 Product Documentation
AddRow Method (FormulaDependentInfos)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > FormulaDependentInfos Class : AddRow Method
Row index.
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

Reference

FormulaDependentInfos Class
FormulaDependentInfos Members