VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also