Aspose::Cells::IFilePathProvider::GetFullName method
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.
virtual U16String Aspose::Cells::IFilePathProvider::GetFullName(const U16String &sheetName)=0
Parameter | Type | Description |
---|---|---|
sheetName | const U16String& | Worksheet name |
ReturnValue
the full path of the file
See Also
- Class U16String
- Class Vector
- Class IFilePathProvider
- Namespace Aspose::Cells
- Library Aspose.Cells for C++