Gets the worksheet with the specified name from the collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Parameters
- worksheetName
- Type: SystemString
Property Value
Type:
ExcelWorksheet
Reference