Hi,
I've just started using Netoffice and I've found that Entirerow and Entirecolumn properties/methods are not available from the range object. I use these to get a reference to the entire row/column so that I can insert one or more rows/columns. Is there a workaround for this?
Cheers
Comments: ** Comment from web user: pico1234 **
I've just started using Netoffice and I've found that Entirerow and Entirecolumn properties/methods are not available from the range object. I use these to get a reference to the entire row/column so that I can insert one or more rows/columns. Is there a workaround for this?
Cheers
Comments: ** Comment from web user: pico1234 **
Hi Sebastian,
I had just guessed that NetOffice would be written in C#! Unfortunately the Codeplex server is very slow for me at least and I wasn't able to look at it myself. I had just been inspecting the MSIL.
I was reading that parameterised properties accessed by C# code are automatically "converted" into get_/set_ methods. I wonder if it would be useful to re-write some of the code in VB.net? Then you can write parameterised properties which will automatically generate the get_/set_ methods.
Ross