Gets the worksheet with the specified index or name.
Gets the worksheet with the specified index.
public ExcelWorksheet this[int] {get;}
Gets the worksheet with the specified name.
public ExcelWorksheet this[string] {get;}
ExcelWorksheetCollection Class | GemBox.Spreadsheet Namespace