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


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