WebWorksheets.Item

WebWorksheets indexer (1 of 2)

Gets the Worksheet element at the specified index.

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

Return Value

The element at the specified index.

See Also


WebWorksheets indexer (2 of 2)

Gets the Worksheet element at the specified index.

public WebWorksheet this[string sheetName] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also