Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxTrend Class / ordUser Property


In This Topic
    ordUser Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ordUser As Byte
    'Usage
     
    
    Dim instance As SerAuxTrend
    Dim value As Byte
     
    instance.ordUser = value
     
    value = instance.ordUser
    public byte ordUser {get; set;}
    See Also