GetRowIsHidden(Int32) Method (Worksheet)
Returns a value indicating whether row is hidden.
'Declaration
Public Function GetRowIsHidden( _
ByVal As System.Int32 _
) As Boolean
public bool GetRowIsHidden(
System.Int32
)
public: bool GetRowIsHidden(
System.Int32
)
public:
bool GetRowIsHidden(
System.Int32
)
Parameters
- rowIndex
- The row index.
Return Value
True if row is hidden; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5