Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThreadedComment Class / IsLegacyComment Method


In This Topic
    IsLegacyComment Method (ThreadedComment)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function IsLegacyComment() As Boolean
    'Usage
     
    
    Dim instance As ThreadedComment
    Dim value As Boolean
     
    value = instance.IsLegacyComment()
    public override bool IsLegacyComment()
    See Also