教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

Farpoint Spread For Windows Forms 5.0 使用指南 中文(5)

来源:网络收集 时间:2026-07-11
导读: FpSpread1.Sheets(0).Columns(5).CellType = objCurrCell FpSpread1.Sheets(0).Columns(6).CellType = objCurrCell FpSpread1.Sheets(0).Columns(7).CellType = objCurrCell 从例子入门:创建Checkbook Register 11

FpSpread1.Sheets(0).Columns(5).CellType = objCurrCell FpSpread1.Sheets(0).Columns(6).CellType = objCurrCell FpSpread1.Sheets(0).Columns(7).CellType = objCurrCell

从例子入门:创建Checkbook Register 11

产品网站 http://www.grapecity.cn/tools 技术支持论坛http://gcdn.grapecity.com

示例

保存您的工程,从“编译”菜单中选择“开始”来运行您的工程。

此时您的窗体应该看起来如下图所示。输入数据来测试一下它是否正常工作吧!

现在,您已经用Spread 控件成功地创建了一个Checkbook Register。您已经完成了这个教程。

[C#]

// 设置公式计算收支平衡

fpSpread1.Sheets[0].ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; int i;

for (i = 0; i <= fpSpread1.ActiveSheet.RowCount ‐ 1; i++) {

if (i == 0)

fpSpread1.Sheets[0].Cells[i, 7].Formula = \ else

fpSpread1.Sheets[0].Cells[i, 7].Formula = \ }

[Visual Basic]

'设置公式计算收支平衡

FpSpread1.Sheets(0).ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Dim i As Integer

For i = 0 To FpSpread1.ActiveSheet.RowCount ‐ 1 If i = 0 Then

FpSpread1.Sheets(0).Cells(i, 7).Formula = \\Else

FpSpread1.Sheets(0).Cells(i, 7).Formula = \ End If Next

Spread 产品介绍 12

产品网站 http://www.grapecity.cn/tools 技术支持论坛http://gcdn.grapecity.com

Farpoint Spread For Windows Forms 5.0 使用指南 中文(5).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/520443.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)