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
330
Why does not works ActiveSelectionCellRangeFormat.SetBorders?
posted

I'm using xamSpreadsheet.ActiveSelectionCellRangeFormat.SetBorders( for set border. But it's strange works on cell with some formatted text (pasted from excel by clipboard).

I'm trying to use SpreadsheetCellRangeBorders.AllBorder. But some time don't work right border or left border, or don't work all border. I do not understand from which it depends.

How do I make the borders for selected cells with formatted text programmatically?

Thanks.

Parents
No Data
Reply
  • 1530
    posted

    Hello Ig,

     

    I have been looking into your issue but unfortunately I am not able to reproduce it. Can you please provide me with information what version of our components you are using and review the sample that I have created for you and see whether it works on your environment or try to modify in such a way that I can reproduce it also?

     

    Please notice that if you copy content with bigger width than the default width of the columns the border won’t be visible until you autofit the column or make it bigger than the pasted content.


    I am looking forward to hearing from you.

     

    Thanks,
    Teodor
    Infragistics Inc.
    www.infragistics.com/support

    XamSpreadSheetFeatures.zip
Children