Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewSelection.FocusedRow Property

Specifies the index of the focused row within the Table View worksheet.

#Declaration

Delphi
property FocusedRow: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to move the focus between rows. Additionally, you can use the FocusedRow property to identify the row with the focused cell.

Alternatively, you can use the SetFocused method to move the focus to any cell within the Table View worksheet.

See Also