Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FontIndex Class / ifnt Property


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