Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FormulaSetter.FormulaInfo Class / rowIndex Field


In This Topic
    rowIndex Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public rowIndex As Integer
    'Usage
     
    
    Dim instance As FormulaSetter.FormulaInfo
    Dim value As Integer
     
    value = instance.rowIndex
     
    instance.rowIndex = value
    public int rowIndex
    See Also