Overload | Description |
---|---|
Item(Int32) | Gets the Worksheet element that is located at the specified Id. The first worksheet starts at 0. |
Item(String) | Gets the Worksheet element that has the specified worksheet name. |
Item(Int32,Int32) | Gets a WorksheetRange from the WorksheetCollection, using Ids to identify the starting and ending points of the range. |
Item(String,String) | Gets a WorksheetRange from the WorksheetCollection, using names to identify the starting and ending points of the range. |