Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / _resolved Field


In This Topic
    _resolved Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public _resolved As Boolean
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim value As Boolean
     
    value = instance._resolved
     
    instance._resolved = value
    public bool _resolved
    See Also