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


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