'Declaration Public Overloads Function NextNonEmptyRow( _ ByVal row As System.Integer _ ) As System.Integer
'Usage Dim instance As Worksheet Dim row As System.Integer Dim value As System.Integer value = instance.NextNonEmptyRow(row)
public System.int NextNonEmptyRow( System.int row )
Parameters
- row
- The row whose next nonempty row is to be returned.
Return Value
The next nonempty row index.