public void SortPagesManually( Page oPage, int iNewPosition )
public: void SortPagesManually( Page^ oPage, int iNewPosition )
Parameters
- oPage
- Page which will be moved.
- iNewPosition
- New position of page.
public void SortPagesManually( Page oPage, int iNewPosition )
public: void SortPagesManually( Page^ oPage, int iNewPosition )
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if oPage or iNewPosition is null value. |
System.ApplicationException | Thrown if oPage is invalid page. |
System.ApplicationException | Thrown if oPage is invalid page. |
Eplan.EplApi.Base.BaseException | Thrown if an error occurs while executing the method. |