Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ColumnHidden Property


In This Topic
    ColumnHidden Property
    In This Topic
    Gets or sets a value indicating whether [column hidden].
    Syntax
    'Declaration
     
    
    Public Property ColumnHidden As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.ColumnHidden = value
     
    value = instance.ColumnHidden
    public bool ColumnHidden {get; set;}

    Property Value

    true if [column hidden]; otherwise, false.
    See Also