VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / SheetRow Class / ActualIsHidden Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ActualIsHidden Property (SheetRow)
    In This Topic
    Gets a value indicating whether row is hidden.
    Syntax
    'Declaration
    
    Public ReadOnly Property ActualIsHidden As Boolean
    
    
    public bool ActualIsHidden { get; }
    
    
    public: __property bool get_ActualIsHidden();
    
    
    
    public:
    property bool ActualIsHidden { bool get(); }

    Property Value

    True if row must be hidden; false if row must be shown.
    Remarks

    This property returns value of IsHidden property if property value is defined; otherwise, this property returns value of RowsHiddenByDefault property from worksheet format.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also