Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSP Class / fHaveMaster Property


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