GridWorksheetCollection.Item

GridWorksheetCollection indexer (1 of 2)

Gets the GridWorksheet element at the specified index.

public GridWorksheet this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also


GridWorksheetCollection indexer (2 of 2)

Gets the GridWorksheet element with the specified name.

public GridWorksheet this[string sheetName] { get; }
ParameterDescription
sheetNameThe name of the worksheet.

Return Value

The GridWorksheet with the name.

See Also