Spread WPF 17
GrapeCity.Excel Namespace / DifferentialFormatting Class / IsHidden Property


In This Topic
    IsHidden Property (DifferentialFormatting)
    In This Topic
    Gets or sets a value indicating whether this instance is hidden.
    Syntax
    'Declaration
     
    Public Property IsHidden As Boolean
    'Usage
     
    Dim instance As DifferentialFormatting
    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