TdxSpreadSheetTableView.GetNextColumnWithNonEmptyCell(Integer,Integer,Boolean) Method
In This Article
Returns the index of the nearest column object that follows or precedes the target 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 column that contains an initialized cell.
|
See Also