Spread Silverlight Documentation
IsHidden Property (IDifferentialFormatting)


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

Property Value

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

Reference

IDifferentialFormatting Interface
IDifferentialFormatting Members