Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / IsLegacyComment Method


In This Topic
    IsLegacyComment Method (CommentBase)
    In This Topic
    Gets a value indicating whether the comment is a legacy note.
    Syntax
    'Declaration
     
    
    Public MustOverride Function IsLegacyComment() As Boolean
    'Usage
     
    
    Dim instance As CommentBase
    Dim value As Boolean
     
    value = instance.IsLegacyComment()
    public abstract bool IsLegacyComment()
    See Also