ExcelApp.ActiveWorkBook.ActiveSheet.Protect('myPassword')
. What I Need to know: how can I control properties like "DrawingObjects:=True, Contents:=True, Scenarios:=True , AllowFiltering:=True" ... I think, the protect-method has more Parameters than the Password. But where can I find a description of this Parameters?
Sorry, I am not Familiar with ExcelApp, however, as with all object instances in delphi.....
When typing in the method, for example, the ".Protect(" portion, stop and it should display the parameters it takes, and whether there are any overloaded methods you can use that have addiitional parameters.