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


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