ExcelWorksheetsCollectionItem Property (String) |
Gets the worksheet with the specified name from the collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorksheet this[
string worksheetName
] { get; }
Public ReadOnly Default Property Item (
worksheetName As String
) As ExcelWorksheet
Get
Parameters
- worksheetName
- Type: SystemString
Property Value
Type:
ExcelWorksheetSee Also