彩票走势图

Spread Studio for .NET使用教程:使用活动工作表

原创|使用教程|编辑:郝浩|2013-05-28 17:49:51.000|阅读 242 次

概述:活动工作表是指当前接收用户交互性指示的工作表。你可以使用FpSpread对象的ActiveSheet属性以编程方式指定活动工作表。您可以使用ActiveSheetIndex对象指定活动工作表的索引。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

活动工作表是指当前接收用户交互性指示的工作表。你可以使用FpSpread对象的ActiveSheet属性以编程方式指定活动工作表。您还可以使用ActiveSheetIndex对象指定活动工作表的索引。

通常,活动工作表显示在其它工作表之上。

》》》免费下载Spread Studio for .NET最新版

使用快捷方式:

在指定工作表属性时,你可以使用ActiveSheet作为活动工作表的快捷对象。

示例:

设置活动工作表的属性,并将它分配到第二个工作表。

C#

// Allow three sheets in the component.
 fpSpread1.Sheets.Count = 3;
 // Set third sheet (in zero-based index) be set to active sheet.
 fpSpread1.ActiveSheetIndex = 2;
 // Set some properties of the active sheet.
 fpSpread1.ActiveSheet.ColumnCount = 8;
 fpSpread1.InterfaceRenderer = NULL;
 fpSpread1.ActiveSheet.GrayAreaBackColor = Color.Purple;
VB
' Allow three sheets in the component.
 FpSpread1.Sheets.Count = 3
 ' Set third sheet (in zero-based index) be set to active sheet.
 FpSpread1.ActiveSheetIndex = 2
 ' Set some properties of the active sheet.
 FpSpread1.ActiveSheet.ColumnCount = 8
 FpSpread1.InterfaceRenderer = Nothing
 FpSpread1.ActiveSheet.GrayAreaBackColor = Color.Purple

标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:慧都控件网

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP