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