ExcelWorksheetsCollectionItem(String) Property |
Gets the worksheet with the specified name from the collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelWorksheet this[
string worksheetName
] { get; }Public ReadOnly Default Property Item (
worksheetName As String
) As ExcelWorksheet
Get
Parameters
- worksheetName String
-
Property Value
ExcelWorksheet
See Also