Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / RowHidden Property


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

    Property Value

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