Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceLocRel Class / row Property


In This Topic
    row Property (RgceLocRel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property row As Short
    'Usage
     
    
    Dim instance As RgceLocRel
    Dim value As Short
     
    instance.row = value
     
    value = instance.row
    public short row {get; set;}
    See Also