This method moves a sheet to the specified position.
Defined in
Syntax
public void moveTo(Sheet sheet) throws SymphonyException public void moveTo(Sheet sheet_pos, boolean beforeOrAfter) throws SymphonyException
Parameters
Sheet sheet_pos
Specifies the position before or after which the sheet moves. If this parameter is null, this method throws an exception.
boolean beforeOrAfter
Moves the sheet before or after the sheet_pos parameter. A value of true moves the sheet before sheet_pos. The default value is true.
See examples