The documentation for .NET’s Excel interop API at msdn.com seems rather sparse.
Does anyone know of more thorough documentation elsewhere on the web?
I am looking for something that would, for example, list and explain all the properties of a Worksheet object.
Thanks.
There is Microsoft’s documentation on the Excel object model. The .NET interop is, to the best of my knowledge, just a wrapper around this functionality.