没有找到合适的产品?
联系客服协助选型:023-68661681
提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
What's New
The following lists the new features and enhancements that have been added to Spread for Web Forms 3:
New Performance Features and Improvements
You can allow the Web page to load on demand -- as the user scrolls further down the spreadsheet the FarPoint Spread component on the client loads another page of rows from the server as needed. This is similar to what was called "virtual mode" in the COM version of the product. You can specify the number of rows to load initially and how many are added in subsequent loads. You can specify these properties at the component level (for FpSpread) or at the sheet level.
FpSpread
AllowLoadOnDemand
OnLoadOnDemand
LoadInitRowCount
LoadRowIncrement
SheetView
AllowLoadOnDemand
LoadInitRowCount
LoadRowIncrement
New User Interaction Features and Improvements
You can set up the display to allow Outlook-style grouping of rows. For large amounts of data, this is helpful to display the data in the order the user needs. The user selects columns by which to sort and the component then organizes and displays the data in a hierarchy with rows organized accordingly. To select a column by which to group and display that data, either double-click on the header of that column or click and drag that column into the grouping bar at the top of the page.
You can provide grouping to allow users to sort the data with multiple levels of groups by dragging additional column headers into the grouping area. You can set up the display so that the items are shown initially all expanded or all collapsed when grouping is performed. You can set the colors and other formatting of both the hierarchy names and the data in the rows when grouping is performed.
SheetView Property Description
GroupBarBackColor
Set the background color of the grouping bar
GroupBarHeight
Set the height of the grouping bar
GroupBarVisible
Set whether to display the grouping bar
GroupInfos
Set the data model to use in grouping
GroupMaximumLevel
Set the maximum number of levels of grouping allowed
Grouping API Member Description
IGroupSupport Interface
Interface that supports grouping
GroupDataModel Class
Class of grouping data in the underlying models
Group Class
Class in the underlying models that supports grouping
Grouped and Grouping Event
Events in FpSpread class
GroupingEventArgs
Event data for grouping
GroupInfo
Class that represents grouping information
GroupInfoCollection
Collection of grouping information
You can set up conditional formats within cells that determine the formatting of the cell based on the outcome of a conditional statement. You can use a named style to specify various formatting options such as borders and colors to apply if the condition statement is valid, that is, if the operation is satisfied.
For example, you may want to change the background color of a cell based on the value of the cell. If the value is below 100 then the background color would be changed to red. The condition statement is “less than 100” and consists of a comparison operator “less than” and a condition, in this case a single constant “100”. The condition can be a constant (expressed as a string) or an expression. Some condition statements have two conditions and an operator: for instance, if the cell value is between 0 and 100, then change the background color. In this case, the comparison operator is “between” and the first condition is 0 and the last condition is 100. For a complete list of operations, refer to the ComparisonOperator enumeration.
GetConditionalFormats methods
SetConditionalFormat methods
ClearConditionalFormats method
IConditionalSupport interface
ConditionalFormat class
Moving columns just got easier.You can allow your users to click on the header of a column and drag it to another location on the spreadsheet. You can set this with the AllowColumnMove property in the FpSpread class.
Now you have two more options when setting up the amount of interactivity with the spreadsheet. You can now allow users to select multiple contiguous rows in the spreadsheet. To the OperationMode enumeration, we have added these settings:
MultiSelect - Allows the user to select multiple contiguous rows in the spreadsheet (as one would in a multiple-select list box)
ExtendedSelect - Allows the user to select multiple discontiguous rows in the spreadsheet (as one would in an extended-select list box)
We have added an interface that supports the ability to extend objects by adding arbitrary properties (called expando properties).
Additional methods for getting an object based on tags
You can get objects in the spreadsheet based on application tags you have assigned. You can get cells, columns rows. The following methods have been added to the SheetView class:
New Properties
You can allow the user to resize the header. The AllowHeaderResize Property in the FpSpread class determines whether to allow the user to resize the header.
You can customize the appearance of the sheet name tabs using cascading style sheets (CSS).
New Combo Box Cell Properties
You can bind a datasource to a combo box cell.
New Client-side Features
Adds a key map. This method allows you to map a keyboard key which causes an action, such as moving to the next or previous cell or row, or the first or last column. You can also scroll to a cell.
Moves the active cell to the first column.
Moves the active cell to the last column.
Moves the active cell to the next cell.
Moves the active cell to the previous cell.
Moves the active cell to the next row.
Moves the active cell to the previous cell.
Moves the active cell to the specified cell.
New Calculation Engine Features and Improvements
The following lists the new features and enhancements that have been added to Spread for Web Forms 2.5:
The following lists the new features and enhancements that have been added to Spread for Web Forms 2:
以下是 Spread for Web Forms 3 中新增的特性和增强的地方:
新的性能特性和改进
你可以根据需要载入 Web 页面,一旦用户在电子数据表中滚动鼠标, FarPoint Spread 组件就可以根据用户的需要从服务器读取另一页面.这和产品 COM 版本中所谓的“虚拟模式”很相似. 你可以在最初指定需要载入的行数,以及后来需要增加的数目。你可以在组件层或是片层指定这些属性。
FpSpread
AllowLoadOnDemand
OnLoadOnDemand
LoadInitRowCount
LoadRowIncrement
SheetView
AllowLoadOnDemand
LoadInitRowCount
LoadRowIncrement
新的用户交互特性和改进
分组:
你可以设置显示,来允许行的 Outlook 风格分组. 针对海量数据,这对于按用户要求来显示数据是很有用的.用户只需要选择需要排序的栏,组件就会按照等级来自动组织和显示数据。也可以选择需要分组和显示的栏,可以在栏目的标题双击或是单击然后拖动栏到页面顶部的分组工具条来实现.
你可以通过分组来使得用户用多层次来分类数据,而只需要通过拖动额外的栏目标题到分组区域中来实现. 你可以自己设置显示,以便实现分组时候项目是扩展显示还是收缩显示的。你也可以设置颜色以及其他的格式,包括层次以及分组时行中的数据的名字等。
SheetView 特性描述
GroupBarBackColor
设置分组工具条的背景颜色
GroupBarHeight
设置分组工具条的高度
GroupBarVisible
设置是否显示工具条
GroupInfos
设置分组时候的数据模式
GroupMaximumLevel
设置分组允许的最大层次数目
Grouping API 成员描述
IGroupSupport Interface
支持分组的界面
GroupDataModel Class
在下划线模式下分组数据的种类
Group Class
支持分组的下划线模式的种类
Grouped and Grouping Event
FpSpread 类的事件
GroupingEventArgs
准备分组的事件数据
GroupInfo
描述分组信息的类
GroupInfoCollection
分组信息集合
条件化格式:
你可以设置单元格的条件化格式,决定基于条件化声明的单元格的格式。你可以使用一个命名风格来指定多样化的根式选项,比如如果条件声明有效时使用的边界和颜色,也就是说,如果操作是有效的话。
比如,你可能需要根据单元格的值来改变背景颜色。如果值是在100以下,那么背景颜色就变为红色. 条件声明就是 “less than 100” ,是由一个比较操作符 “less than” 和一个条件组成的,在这里就是指的 “100”。这个条件可以为一个常量或是一个表达式。一些条件声明有两个条件和一个操作符,比如,如果一个单元格的值在0到100之间,那么就改变背景颜色。在这里,比较操作符是 “between” ,第一个条件是0,后一个条件为100. 如果需要了解完整的操作符信息,就请查阅 ComparisonOperator 枚举变量.
GetConditionalFormats methods
SetConditionalFormat methods
ClearConditionalFormats method
IConditionalSupport interface
ConditionalFormat class
在表格中拖动栏目:
移动栏目变得简单多了。用户只需要在栏目标题单击,然后把它拖动到数据表的另一个位置。你可以在 FpSpread 类中设置 AllowColumnMove 属性来实现。
额外的操作模式:
现在在设置数据表间的相互作用的数量的时候,你可以选择两种方法。用户可以选择数据表中相邻的多行数据。在 OperationMode 枚举中,我们增加了这些设置:
MultiSelect –允许用户选择数据表中相邻的多行数据
ExtendedSelect – 允许用户选择数据表中不相邻的多行数据
扩展支持:
我们增加了一个界面,可以增加属性来支持扩展对象。
根据标签获得对象的额外方法
你可以根据分配给你的应用程序标签来获取数据表中的对象。可以获取单元格,栏目。以下的方法已经被增加到了 SheetView 类中:
新属性:
用户可以调整标题的大小。 FpSpread 类中的 AllowHeaderResize 属性决定是否允许用户使用这个功能。
你可以通过使用 CSS 来定制化表名制表符的外观
新的 Combo Box 单元格属性
你可以把一个数据源绑定到一个 combo box 单元格
新的客户端特性:
增加了一个键盘地图。这个方法使得你可以影射一个反应键,比如移动到下一个或上一个单元格或行,以及第一个或最后一个栏。你也可以滚动到下一个单元格。
移动活动单元格到第一栏
移动活动单元格到最后一栏
移动活动单元格到下一格.
移动活动单元格到上一个单元格.
移动活动单元格到下一行
移动活动单元格到下一格.
移动活动单元格到指定单元格.
新的计算引擎特性和改进
以下是新增到 Spread for Web Forms 2.5 中的新特性和改进:
以下是 Spread for Web Forms 2 中新增的特性和改进:
更新时间:2021-07-19 14:55:55.000 | 录入时间:2013-08-22 14:25:19.000 | 责任编辑:龚雪
扫码获取中文帮助
Aspose.Total 能为.NET和JAVA应用程序增加图表、电子邮件、拼写检查、条码、流程、文件格式管理等功能。
Add-in Express for Office and .NET开发商业类微软Office扩展的一体化框架,如Office COM Add-in、Outlook插件
3-Heights PDF OptimizationPDF优化类库,用于压缩PDF文件的尺寸大小、提高网络浏览速度、提供高质量的打印等
PDF StudioPDF Studio是一款功能强大的,易于使用的PDF编辑器,它以Adobe® Acrobat®和其他PDF工具的小部分代价在PDF文档上提供了大量的功能。
Spire.Spreadsheet for .NET专业电子表格控件,可直接读取、编写和自定义.NET应用程序的电子表格。
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@evget.com
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢
慧都科技 版权所有 Copyright 2003-
2025 渝ICP备12000582号-13 渝公网安备
50010702500608号