Skip to main content

TdxSpreadSheetTableViewSelection.FocusedRow Property

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

Declaration

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