 | ExcelHelperGetWorksheetNames Method |
Retrieves the names of all worksheets in the Excel file.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic List<string> GetWorksheetNames()
Public Function GetWorksheetNames As List(Of String)
public:
List<String^>^ GetWorksheetNames()
member GetWorksheetNames : unit -> List<string>
Return Value
ListStringA list of strings containing the names of all worksheets in the Excel file.
See Also