Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / NextNonEmptyRowInColumn(Int32,Int32,Boolean) Method
start column index
start row index
Return the last block index if the found cell is in block with the specified cell.


In This Topic
NextNonEmptyRowInColumn(Int32,Int32,Boolean) Method
In This Topic
Find the next non- empty row data in a column
Syntax
'Declaration
 
Public Function NextNonEmptyRowInColumn( _
   ByVal column As Integer, _
   ByVal row As Integer, _
   Optional ByVal skipInsideItems As Boolean _
) As Integer
 
'Usage
 
Dim instance As WorksheetBase
Dim column As Integer
Dim row As Integer
Dim skipInsideItems As Boolean
Dim value As Integer
 
value = instance.NextNonEmptyRowInColumn(column, row, skipInsideItems)

Parameters

column
start column index
row
start row index
skipInsideItems
Return the last block index if the found cell is in block with the specified cell.

Return Value

An integer value represents the next non-empty row in the specified column.
See Also