GrapeCity.Xaml.Excel
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 Boolean
'Usage
 
Dim instance As ExtendedFormat
Dim value As Boolean
 
instance.IsHidden = value
 
value = instance.IsHidden
public bool IsHidden {get; set;}

Property Value

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

Reference

ExtendedFormat Class
ExtendedFormat Members