Spread Windows Forms 12.0 Product Documentation
Hidden Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Hidden Property
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

Reference

IRange Interface
IRange Members