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


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