Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DataLabExtContents Class / fSerName Property


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