Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the worksheet specified by a 0-based index. This property is an indexer for the Workbook class.

C#
vb.net

Parameters

sheetOffset
The 0-based index of the worksheet. The first worksheet is Worksheet[0].

Returns

The worksheet at the specified index.

Examples

C#
vb.net
  • No labels