Spread Silverlight Documentation
IsHidden Property (ExtendedFormat)


GrapeCity.Excel Namespace > ExtendedFormat Class : IsHidden Property
Gets or sets a value indicating whether this instance is hidden.
Syntax
'Declaration
 
Public Property IsHidden As System.Boolean
'Usage
 
Dim instance As ExtendedFormat
Dim value As System.Boolean
 
instance.IsHidden = value
 
value = instance.IsHidden
public System.bool IsHidden {get; set;}

Property Value

true if this instance is hidden; otherwise, false.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members