Skip to main content

TdxSpreadSheetContainers.GetFirstVisibleContainer Method

Returns a visible floating container object with the lowest Index property value.

Declaration

function GetFirstVisibleContainer: TdxSpreadSheetContainer;

Returns

Type
TdxSpreadSheetContainer

Remarks

The GetFirstVisibleContainer, GetLastVisibleContainer, GetNextVisibleContainer, and GetPrevVisibleContainer functions implement the end-user keyboard navigation between the visible floating containers within a Table View worksheet.

See Also