ExcelWorksheetsCollectionItem(String) Property
Gets the worksheet with the specified name from the collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorksheet this[
string worksheetName
] { get; }
Public ReadOnly Default Property Item (
worksheetName As String
) As ExcelWorksheet
Get
public:
property ExcelWorksheet^ default[String^ worksheetName] {
ExcelWorksheet^ get (String^ worksheetName);
}
member Item : ExcelWorksheet with get
- worksheetName String
-
ExcelWorksheet