TdxSpreadSheetTableView.GetNextRowWithNonEmptyCell(Integer,Integer,Boolean) Method
Returns the index of the nearest row object above or below the specified cell position.
Declaration
function GetNextRowWithNonEmptyCell(const ARow: Integer; const AColumn: Integer; const AGoForward: Boolean = True): Integer;
Parameters
Name | Type | Description |
---|---|---|
ARow | Integer | The target row index. |
AColumn | Integer | The target column index. |
AGoForward | Boolean | Optional. Specifies the search direction:
|
Returns
Type | Description |
---|---|
Integer | The index of the nearest row that contains an initialized cell.
|
See Also