M Mike P Nov 16, 2005 #1 How do get at the name of an Excel worksheet in C#? Any help would be really appreciated. Cheers, Mike
How do get at the name of an Excel worksheet in C#? Any help would be really appreciated. Cheers, Mike
N Nicholas Paldino [.NET/C# MVP] Nov 16, 2005 #2 Mike, If you have a reference to the worksheet object, why not just use the Name property? Hope this helps.
Mike, If you have a reference to the worksheet object, why not just use the Name property? Hope this helps.