This method retrieves a specific worksheet by name.

Namespace:  Abh.Core.Excel2k7
Assembly:  Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Worksheet GetWorksheet(
	string worksheetName
)
Visual Basic (Declaration)
Public Function GetWorksheet ( _
	worksheetName As String _
) As Worksheet
Visual C++
public:
Worksheet^ GetWorksheet(
	String^ worksheetName
)

Parameters

worksheetName
Type: System..::.String
Pass the name of the worksheet to retrieve.

Return Value

The Worksheet Object of the requested worksheet, or if not found null.

See Also