![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Selects a formula graphic in DIAdem REPORT.
Object.Select
Object | FormulaDisplay Object with this method |
The following example generates a formula graphic in the current worksheet, selects this formula graphic, and then displays whether the formula graphic is selected:
Dim oMyFormulaDisplay Call Report.NewLayout() Set oMyFormulaDisplay = Report.ActiveSheet.Objects.Add(eReportObjectFormulaDisplay,"MyFormulaDisplay") Call oMyFormulaDisplay.Select() Call MsgBoxDisp(oMyFormulaDisplay.IsSelected)
Helpful
Not Helpful