_Workbook.ReloadAs(MsoEncoding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reloads a workbook based on an HTML document, using the specified document encoding.
public:
void ReloadAs(Microsoft::Office::Core::MsoEncoding Encoding);
public void ReloadAs (Microsoft.Office.Core.MsoEncoding Encoding);
Public Sub ReloadAs (Encoding As MsoEncoding)
Parameters
- Encoding
- MsoEncoding
Required MsoEncoding. The encoding that is to be applied to the workbook.
Remarks
Only msoEncoding constants that are applicable to HTML work with the ReloadAs method.