TableOptions.InsertPageAfter

TableOptions.InsertPageAfter method

Insert page after specified page.

public TableOptions InsertPageAfter(int page)
ParameterTypeDescription
pageInt32Page number to insert table after.

Return Value

Instance of current TableOptions.

See Also