Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / IsVisible Property


In This Topic
    IsVisible Property (Row)
    In This Topic
    Gets or sets whether this row is visible.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property IsVisible As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    instance.IsVisible = value
     
    value = instance.IsVisible
    [DefaultValue(true)]
    public bool IsVisible {get; set;}

    Property Value

    true if the row is visible; otherwise, false. The default value is true.
    See Also