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


In This Topic
    ContainsHiddenNote Method (Worksheet)
    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 Worksheet
    Dim value As Boolean
     
    value = instance.ContainsHiddenNote()
    public bool ContainsHiddenNote()
    See Also