Skip to main content

TdxSpreadSheetContainers.GetLastVisibleContainer Method

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

Declaration

function GetLastVisibleContainer: TdxSpreadSheetContainer;

Returns

Type
TdxSpreadSheetContainer

Remarks

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

See Also