TableBuilder.InsertPageBefore

TableBuilder.InsertPageBefore method

Insert page before specified page.

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

Return Value

Instance of current TableOptions.

See Also