S
Sam
When calling Excel automation methods, eg Application.Run
in C# I can't seem to avoid having to specifiy values
(null) even for optional arguments. So when calling Run,
I have to specify all 30 optional arguments! Does anyone
know of a way to avoid having to do this?
in C# I can't seem to avoid having to specifiy values
(null) even for optional arguments. So when calling Run,
I have to specify all 30 optional arguments! Does anyone
know of a way to avoid having to do this?