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


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