Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoord Class / Row Property


In This Topic
    Row Property (TriCoord)
    In This Topic
    Row
    Syntax
    'Declaration
     
    
    Public Property Row As Integer
    'Usage
     
    
    Dim instance As TriCoord
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}
    See Also