Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / fHidden Property


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