Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos.Cell Structure / Row Field


In This Topic
    Row Field (FormulaDependentInfos.Cell)
    In This Topic
    Specifies the row index.
    Syntax
    'Declaration
     
    
    Public Row As Integer
    'Usage
     
    
    Dim instance As FormulaDependentInfos.Cell
    Dim value As Integer
     
    value = instance.Row
     
    instance.Row = value
    public int Row
    See Also