Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Hidden Property


In This Topic
    Hidden Property (IRange)
    In This Topic
    Gets or sets a value indicating whether this IRange is hidden.
    Syntax
    'Declaration
     
    
    Property Hidden As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim value As Boolean
     
    instance.Hidden = value
     
    value = instance.Hidden
    bool Hidden {get; set;}

    Property Value

    true if hidden; otherwise, false.
    See Also