XLSXDocumentAddEmptyPage Method |
添加空白页
Namespace: RasterEdge.Imaging.MSExcelAssembly: RasterEdge.Imaging.MSExcel (in RasterEdge.Imaging.MSExcel.dll) Version: 9.8.0.50811 (9.8.0.50811)
Syntaxpublic void AddEmptyPage(
int offset
)
Public Sub AddEmptyPage (
offset As Integer
)
public:
void AddEmptyPage(
int offset
)
member AddEmptyPage :
offset : int -> unit
Parameters
- offset
- Type: SystemInt32
the start position of empty page
See Also