Browse By Tags

  • Numeric format setting via Format cells dialog with comma as decimal separator

    Hi,

    We encountered a bit strange behaviour in Format cells dialog when setting the format for numeric fields, while having a comma set as decimal separator in the regional settings of Windows. It seems that  the dialog uses period as the separator, regardless…

  • Formulas and inserting worksheets on UltraSpreadsheet

    Hi,

    We encountered an interesting behaviour regarding UltraSpreadsheet, formulas and inserting new worksheets. It seems that when a new worksheet is inserted in between existing ones, the formulas referring cells in the new worksheet are replaced to point…

  • Excel way of defining formulas

    Hi.

    Is there any way to specify formulas in UltraSpreadseet the same way as it is done in MS Excel, when you can select regions, which contribute to the formula?

    Excel formula

    Thanks!

  • UI freeze during copy/paste operation inside spreadsheet

    Hello.
    I have met one very strange case, during working with UltraSpreadsheet. There is an Excel file, which, when loaded in the control, cause freezes on copy or paste. (At the moment, I have only single example of such an Excel, and I can't reproduce…

  • "Invisible" values in UltraSpreadsheet

    Hello.

    I have a very simple Excel file, which cannot be correctly displayed in UltraSpreadsheet. It looks like cells get wrong formatting with white font color. You can see the example on the screenshot.

    On the left hand side is a screenshot from the…

  • Is there a way to fill the WorksheetShape with gradient brush?

    There are bunch of static methods inside CellFill class, that let you create create gradient fill for cells. At the same time, ShapeFill methods are capable to create only solid fill.And I didn't find any other subclasses for ShapeFill, except ShapeFillSolid…

  • Change cursor for UltraSpreadsheet control.

    Is there a way to change the cursor for the cell area of the UltraSpreadsheet control?

    I have tried to set ultraSpreadsheet1.UseWaitCursor = true, but it has no effect on cursor displayed above the cells, it remains as standard Excel cross.

    What I'd like…

  • Missing Charts with UltraSpreadsheet

    Hi,

    I use the control UltraSpreadsheet to watch a preview of my excel files on a panel form vb.net.

    The control open and show the documents excel but without the charts.

    I even downloaded the samples solution package Infragistics_WinForms_20181_Samples.…

  • Comment Indicator for Cell in UltraSpreadsheet

    We are beginning to add support for Comments in the UltraSpreadsheet.   As you would expect, we would ultimately need to selectively hide/show/edit the comment when a cell is hovered over.   But to start, we are programmaticly creating a comment on all of…