Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BRAI Class / id Property


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