• <menu id="w2i4a"></menu>
  • logo Spread Studio for .NET使用教程
    文檔首頁>>Spread Studio for .NET使用教程>>Spread Studio for .NET使用教程:使用活動工作表

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


    活動工作表是指當前接收用戶交互性指示的工作表。你可以使用FpSpread對象的ActiveSheet屬性以編程方式指定活動工作表。您還可以使用ActiveSheetIndex對象指定活動工作表的索引。

    通常,活動工作表顯示在其它工作表之上。

    》》》免費下載Spread Studio for .NET最新版

    使用快捷方式:

    在指定工作表屬性時,你可以使用ActiveSheet作為活動工作表的快捷對象。

    示例:

    設(shè)置活動工作表的屬性,并將它分配到第二個工作表。

    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
    
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();