Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / fMhtml Property


In This Topic
    fMhtml Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fMhtml As Boolean
    'Usage
     
    
    Dim instance As WebPub
    Dim value As Boolean
     
    instance.fMhtml = value
     
    value = instance.fMhtml
    public bool fMhtml {get; set;}
    See Also