Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / ContainsHiddenNote Method


In This Topic
    ContainsHiddenNote Method (SubWorksheet)
    In This Topic
    Get a value indicate current worksheet contain at least one note is being hidden.
    Syntax
    'Declaration
     
    
    Public Function ContainsHiddenNote() As Boolean
    'Usage
     
    
    Dim instance As SubWorksheet
    Dim value As Boolean
     
    value = instance.ContainsHiddenNote()
    public bool ContainsHiddenNote()
    See Also