GetRowAutoHeight(Int32) Method (Worksheet)
Returns the AutoHeight flag for specified row.
'Declaration
Public Function GetRowAutoHeight( _
ByVal As System.Int32 _
) As Boolean
public bool GetRowAutoHeight(
System.Int32
)
public: bool GetRowAutoHeight(
System.Int32
)
public:
bool GetRowAutoHeight(
System.Int32
)
Parameters
- rowIndex
- The row index.
Return Value
True if the AutoHeight flag is set; 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