IFilePathProvider.GetFullName

IFilePathProvider.GetFullName method

Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly.

public string GetFullName(string sheetName)
ParameterTypeDescription
sheetNameStringWorksheet name

Return Value

the full path of the file

See Also