VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / SheetRow Class / IsHidden Property
Syntax Requirements SeeAlso
In This Topic
    IsHidden Property (SheetRow)
    In This Topic
    Gets a value indicating whether row is hidden. This property can return undefined status.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsHidden As System.Nullable(Of Boolean)
    
    
    public System.Nullable<bool> IsHidden { get; }
    
    
    public: __property System.Nullable<bool> get_IsHidden();
    
    
    
    public:
    property System.Nullable<bool> IsHidden { System.Nullable<bool> get(); }

    Property Value

    True if row is hidden; false if row is displayed; null if row visibility is not defined and must be get 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