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

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