DocumentAddHeaderTemplate Method

Adds a header with the given height to document

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Template AddHeaderTemplate(
	float height
)

Parameters

height  Single
The header height

Return Value

Template
The newly added header template

See Also