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


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