Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Spreadsheet for WinForms 1.4 (Read 3216 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Spreadsheet for WinForms 1.4
May 26th, 2015 at 2:05pm
Print Post  
We have released version 1.4 of MindFusion.Spreadsheet for WinForms. The new version includes:

Licensing
There is no separate trial build of the control assemblies anymore. Instead, set the LicenseKey property of the individual components to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one control by MindFusion, you could call MindFusion.Licensing.LicenseManager.AddLicense(key) to specify the key once instead of setting it per each control. License key strings are listed on the Keys & Downloads page at MindFusion's customer portal.

Visual Studio 2015 support
MindFusion.Spreadsheet for WinForms now includes support for Visual Studio 2015. The installer can create VS2015 toolbox palette for the component.

Autofiltering
Worksheets now support autofiltering. To enable it, call the AutoFilter method of the CellRange class. To specify autofiltering criteria for individual columns, use the AutoFilter overload. These criteria can also be specified interactively, through the drop-down buttons inside the headers of each column in the target range.

Multiple Selection
MindFusion.Spreadsheet now supports selection of multiple cell ranges. Cell ranges can be added to the selection interactively, by holding down the CTRL key while dragging with the mouse, or programmatically, by using one of the new methods of the Selection class: Add, AddRow, and AddColumn.

Miscellaneous
The new EnableTypeInference property can be used to suppress automatic type inference in the workbook.
The tooltips displayed when the user resizes rows and columns can now be turned off through the ShowResizeHeaderToolTips property. The format of these tooltips can be specified through the ResizeColumnToolTipFormat and ResizeRowToolTipFormat properties.

The latest version can be downloaded here:
https://mindfusion.eu/SpreadsheetTrial.zip

The component's assemblies are also available as Nuget package. To install it, run the following command in the Package Manager Console:
PM> Install-Package MindFusion.Spreadsheet

Enjoy!
« Last Edit: May 29th, 2015 at 12:04pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint