Click or drag to resize
WorkbookShowPage Method
Pops up a custom dialog box in browser to show the saving result in HTML format.

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void ShowPage(
	int Width,
	int Height
)

Parameters

Width
Type: SystemInt32
The width of dialog box, in pixels.
Height
Type: SystemInt32
The height of dialog box, in pixels.
Remarks

If you want to pop up a custom dialog box to show the saving result in HTML format, you should call this method.

The message page shown in dialog box is the current SaveDataPage. By default, the SaveDataPage will display nothing. You can add friendly prompts in SaveDataPage.

Examples

Please refer to the full example in the OpenTable(String) method topic to learn how to use the ShowPage method to display a custom saving error to user.

See Also