Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / Visible Property

In This Topic
    Visible Property (Worksheet)
    In This Topic
    Gets or sets the worksheet visibility.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute(True)>
    Public Property Visible As Boolean
    [XmlAttribute()]
    [DefaultValue(true)]
    public bool Visible {get; set;}
    See Also