Click or drag to resize

XlsPageSetupBase Copy Method

Copies the settings from the source PageSetup to the current PageSetup.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Copy(
	PageSetup source
)

Parameters

source
Type: Spire.Xls PageSetup
See Also