GetAdjacentVisibleRow(Int32,Boolean) Method (Worksheet)
Returns the index of adjacent visible row.
'Declaration
Public Function GetAdjacentVisibleRow( _
ByVal As System.Int32, _
ByVal As Boolean _
) As System.Int32
public System.Int32 GetAdjacentVisibleRow(
System.Int32 ,
bool
)
public: System.Int32 GetAdjacentVisibleRow(
System.Int32 ,
bool
)
public:
System.Int32 GetAdjacentVisibleRow(
System.Int32 ,
bool
)
Parameters
- rowIndex
- The row index.
- next
- A value indicating whether worksheet should get next or previous column.
Return Value
The index of adjacent visible row.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5