Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / rupYear Property


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