Problem with page Header

Hi,

I want to display page header to in two lines.It is displaying,but adding a blank row in between.

I am writing below code,i am putting carriage return in the string.How to do this one.

"Treasury Management Decile Analysis" & vbCrLf & "Relationships Sorted by Excess Balance Revenue"

Dim pageSetup As Aspose.Cells.PageSetup = sheet.PageSetup

'Set sheet name at the left section of header

pageSetup.SetHeader(1, "&""Arial,Bold""&12" & pageHeader)

Thanks,

Arun

Hi,

I am sorry about that,I solved the problem with vbCR.

Thanks,

Arun