TdxSpreadSheetTableView.GetNextRowWithNonEmptyCell(Integer,Integer,Boolean) Method
In This Article
Returns the index of the nearest row object above or below the specified cell position.
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
ARow | Integer | The target row index. |
AColumn | Integer | The target column index. |
AGo |
Boolean | Optional. Specifies the search direction:
|
#Returns
Type | Description |
---|---|
Integer | The index of the nearest row that contains an initialized cell.
|
See Also