Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtNts Class / fSharedNote Property


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