Skip to main content

TdxSpreadSheetTableViewSelection.FocusedContainer Property

Specifies a focused floating container object.

Declaration

property FocusedContainer: TdxSpreadSheetContainer read; write;

Property Value

Type
TdxSpreadSheetContainer

Remarks

Use this property to set the focus to a specific shape, picture, text box, or comment container within the active Table View worksheet. You can also use the FocusedContainer property to identify which of the floating containers is focused, if any of them actually are.

A cell and floating container cannot be focused simultaneously.

Note

The focused floating container does not count towards the total number of selected areas.

See Also