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