Spread WPF 17
GrapeCity.Excel Namespace / IDifferentialFormatting Interface / IsHidden Property


In This Topic
    IsHidden Property (IDifferentialFormatting)
    In This Topic
    Gets or sets a value indicating whether this instance is hidden.
    Syntax
    'Declaration
     
    Property IsHidden As Boolean
    'Usage
     
    Dim instance As IDifferentialFormatting
    Dim value As Boolean
     
    instance.IsHidden = value
     
    value = instance.IsHidden
    bool IsHidden {get; set;}

    Property Value

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