W
Wayne Wood
i posted this problem on microsoft.public.excel.programming, but there's
no one replied till now. because this issue is time critical, i put it
here to try my fortune
------------------------------------------------------------------------
I am just a fresh man for C# programming, but i found that C# have no
support for optional parameter or parameterized property, which are
supported in VB.NET.
everybody kowns that Office programming is based on vb style language,
so now i have to access parameterized properties such as
Excel.WorkSheet.Cells(X, Y)
i was told that Cells is a property, not a method. i wonder how to pass
parameters to a property like Cells, if there's no way, logic will be
more complicated i think.
does some people have some good suggestions about optional parameters
and parameterized properties in Office programming, would you like to
shed some light?
thanks for listenning
no one replied till now. because this issue is time critical, i put it
here to try my fortune
------------------------------------------------------------------------
I am just a fresh man for C# programming, but i found that C# have no
support for optional parameter or parameterized property, which are
supported in VB.NET.
everybody kowns that Office programming is based on vb style language,
so now i have to access parameterized properties such as
Excel.WorkSheet.Cells(X, Y)
i was told that Cells is a property, not a method. i wonder how to pass
parameters to a property like Cells, if there's no way, logic will be
more complicated i think.
does some people have some good suggestions about optional parameters
and parameterized properties in Office programming, would you like to
shed some light?
thanks for listenning