Range.Hidden Property

Determines if the rows or columns are hidden.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Hidden As Object
    Get
    Set
'Usage
Dim instance As Range
Dim value As Object

value = instance.Hidden

instance.Hidden = value
Object Hidden { get; set; }

Property Value

Type: System.Object

Remarks

This property returns True if the rows or columns are hidden. The specified range must span an entire column or row.

Don't confuse this property with the FormulaHidden property.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace