Click or drag to resize

ExcelHelperGetWorksheetNames Method

Retrieves the names of all worksheets in the Excel file.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public List<string> GetWorksheetNames()

Return Value

ListString
A list of strings containing the names of all worksheets in the Excel file.
See Also