Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
725
Applying styles to the cells
posted

I'm working with Infragistics3.Documents.Excel.v11.1
I am applying styles to the cells:

    Dim mergedRegion1 As Infragistics.Documents.Excel.WorksheetMergedCellsRegion = _
      book.Worksheets(0).MergedCellsRegions.Add(0, 3, 0, 10)

    ' Set the value of the merged region
    mergedRegion1.Value = sTitle
    mergedRegion1.CellFormat.Alignment = HorizontalCellAlignment.Center
    mergedRegion1.CellFormat.Font.Bold = ExcelDefaultableBoolean.True

But, How can I change the size of the font??

Thank you in advance for your replay.

Parents
No Data
Reply Children
No Data