TdxSpreadSheetContainers.GetLastVisibleContainer Method
In This Article
Returns a visible floating container object with the largest Index property value.
#Declaration
Delphi
function GetLastVisibleContainer: TdxSpreadSheetContainer;
#Returns
Type |
---|
Tdx |
#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