轉:OWC學習筆記-試算表(Spreadsheet)風格屬性設定

來源:互聯網
上載者:User
來自:http://hi.baidu.com/bszy/blog/item/d8f7b9a15256568d46106420.html[Z]OWC學習筆記-試算表(Spreadsheet)風格屬性設定2008-07-29 02:43

在項目中用試算表,客戶並不希望在系統中看到微軟的logo或其他excel明顯的標記,我通過設定Spreadsheet的一些屬性來滿足需求。[樣本使用JavaScript,後續相同]

1. DisplayToolbar屬性,如果指定試算表、圖表區或“樞紐分析表”列表顯示了工具列,則返回 true。預設值為 trueBoolean 類型,可讀寫。
樣本:Spreadsheet.DisplayToolbar= false/true;

2. DisplayTitleBar屬性,如果指定的試算表顯示了標題列,則返回 true。預設值為 trueBoolean 類型,可讀寫。
樣本:Spreadsheet.DisplayTitleBar= false/true;

3. DisplayPropertyToolbox屬性, 設定該屬性為 true 可顯示“命令和選項”視窗。Boolean 類型,可讀寫。
樣本: Spreadsheet.DisplayPropertyToolbox = false/true;

4. DisplayOfficeLogo 屬性,設定為 True 可在工具列上顯示 Microsoft Office 徽標。Boolean 類型,可讀寫。
樣本: Spreadsheet.DisplayPropertyToolbox = false/true;

除了Spreadsheet對象的一些屬性,我還設定Window對象的一些屬性
Window 對象,表示一個視窗。許多工作表特性,諸如捲軸和網格線,實際上是視窗的屬性。Window 對象為 Windows 集合的成員。每個工作表具有唯一的 Window 對象。代碼只能訪問活頁簿使用中工作表的視窗。也就是說,儘管 Windows 集合表現為只有一個 Window 對象,但實際上有多個 Window 對象,不過只能訪問使用中工作表的 Window 對象。

5. DisplayColumnHeadings屬性,返回或設定指定視窗是否顯示欄位標題。設定該屬性為 false 將隱藏欄位標題。預設值為 trueBoolean 類型,可讀寫。
樣本: Spreadsheet..ActiveWindow.DisplayColumnHeadings = false/true;

6. DisplayRowHeadings屬性,返回或設定指定視窗是否顯示列名。設定該屬性為 false 將隱藏欄位標題。預設值為 trueBoolean 類型,可讀寫。
樣本: Spreadsheet..ActiveWindow.DisplayRowHeadings= false/true;

7. DisplayHorizontalScrollBar/DisplayVerticalScrollBar屬性,如果指定試算表顯示了水平/垂直捲軸,則返回 true。預設值為 true。Boolean 類型,可讀寫。

8. DisplayWorkbookTabs屬性,如果顯示活頁簿標籤,則返回 true。如果設定單個 Window 對象的該屬性為 False,則活頁簿所有視窗的該屬性均設定為 False。預設值為 true。Boolean 類型,可讀寫。

9. DisplayGridlines屬性, 如果指定試算表顯示了網格線,則返回 true。預設值為 trueBoolean 類型,可讀寫

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.