_Workbook.ReloadAs Method
Reloads a workbook based on an HTML document, using the specified document encoding.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ReloadAs ( _
Encoding As MsoEncoding _
)
'Usage
Dim instance As _Workbook
Dim Encoding As MsoEncoding
instance.ReloadAs(Encoding)
void ReloadAs(
MsoEncoding Encoding
)
Parameters
Encoding
Type: Microsoft.Office.Core.MsoEncodingRequired 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.