TdxSpreadSheetTableViewSelection.FocusedCell Property
In This Article
Specifies the focused cell within a Table View worksheet.
#Declaration
Delphi
property FocusedCell: TdxSpreadSheetCell read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to:
Identify if the View workhseet has a focused cell;
Obtain the cell object corresponding to the focused cell;
Move focus between cells corresponding to existing cell objects in the active worksheet.
Note
You should create the cell objects before manipulating them with the Focused
See Also