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);
abstract member ReloadAs : Microsoft.Office.Core.MsoEncoding -> unit
Public Sub ReloadAs (Encoding As MsoEncoding)
Parameters
- Encoding
- MsoEncoding
One of the Microsoft.Office.Core.MsoEncoding
values. The encoding that is to be applied to the workbook.