GemBox.Spreadsheet

ExcelWorksheetCollection.Item Property

Gets the worksheet with the specified index or name.

Overload List

Gets the worksheet with the specified index.

public ExcelWorksheet this[int] {get;}

Gets the worksheet with the specified name.

public ExcelWorksheet this[string] {get;}

See Also

ExcelWorksheetCollection Class | GemBox.Spreadsheet Namespace