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: SebastianDotNet **
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: SebastianDotNet **
i cant use optional parameters because i still want support .NET 2
another reason is the supportbylibrary annotation and xml comments, its impossible to do this with one method overload.
update: the problem is the properties EntireRow and EntireColumn was marked as [nonbrowsable] in the COM type library
all entities in NetOffice are hidden if the entity are marked as [hidden] and/or [nonbrowsable] in the COM typelibrary.
i want change this. only [hidden] entities should be hidden.