FontSize one Note in row header

Posted by: david on 27 December 2018, 7:23 pm EST

    • Post Options:
    • Link

    Posted 27 December 2018, 7:23 pm EST

    Hello,

    I would like to change the size of the font of my note which is in the row header.

    I saw that there was the StickyNoteStyleInfo class but I do not know how to use it for a rowheader.

    dt

  • Posted 30 December 2018, 10:31 pm EST

    Hello,

    We could observe that we cannot set style of notes in RowHeader hence we have escalated this issue with our concerned team for further investigation.

    We will get back to you as soon as we hear anything from our concerned team.

    Tracking id for your issue is #268756.

    Thanks,

    Reeva

  • Posted 1 January 2019, 7:23 pm EST

    Hello,

    Our developers have confirmed that Get/SetStickyNoteStyleInfo is used for cell note only. We cannot use it for column/row header.

    Spread has no support for customizing note in row header only. But you can use TextTipAppearance to customize the appearance of all tooltip in Spread as given below:-

    fpSpread1.TextTipAppearance.Font = new System.Drawing.Font(fpSpread1.TextTipAppearance.Font.Name, 20, System.Drawing.FontStyle.Italic);
    
    

    Hope it helps.

    Thanks,

    Reeva

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels