找回密码
 注册
查看: 671|回复: 0

R语言 XLConnect包 removePane-methods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:27:15 | 显示全部楼层 |阅读模式
removePane-methods(XLConnect)
removePane-methods()所属R语言包:XLConnect

                                        Removing panes from worksheet
                                         从表删除窗格

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Removes the split pane/freeze pane from the specified worksheet.
从指定的工作表的拆分窗格/冻结窗格中删除。


用法----------Usage----------


## S4 method for signature 'workbook,character'
removePane(object,sheet)
## S4 method for signature 'workbook,numeric'
removePane(object,sheet)



参数----------Arguments----------

参数:object
The workbook to use
workbook使用


参数:sheet
The name or index of the sheet from which to remove the split pane/freeze pane
从其中删除拆分窗格/冻结窗格的名称或索引的表


注意----------Note----------

To keep an area of a worksheet visible while you scroll to another area of the worksheet, you can lock specific rows or columns in one area by freezing or splitting panes.
要保持一个区域的工作表可见,当你滚动到另一个区域的工作表,您可以锁定特定行或列在一个区域,冻结或拆分窗格。

When you freeze panes, you keep specific rows or columns visible when you scroll in the worksheet. For example, you might want to keep row and column labels visible as you scroll.
当你冻结窗格,你继续当你在工作表中滚动的特定行或列可见。例如,您可能要保留的行和列标签可见,当你滚动。

When you split panes, you create separate worksheet areas that you can scroll within, while rows or columns in the non-scrolled area remain visible.
当你分割窗格中,您可以创建单独的工作表中,你可以滚动内,而在非滚动区域的行或列保持可见。


(作者)----------Author(s)----------



Nicola Lambiase<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>




参考文献----------References----------

http://office.microsoft.com/en-us/excel-help/freeze-or-lock-rows-and-columns-HP001217048.aspx

参见----------See Also----------

workbook createFreezePane createSplitPane
workbookcreateFreezePanecreateSplitPane


实例----------Examples----------


# Load workbook (create if not existing)[负载工作簿(如果不存在创建)]
wb <- loadWorkbook("removePaneTest.xlsx", create = TRUE)

# Create a worksheet named 'Sheet1'[创建一个名为“工作表Sheet1工作表”]
createSheet(wb, name = "Sheet1")

# Create a split pane on Sheet1, with coordinates (10000, 5000) expressed as 1/20th of a point,[在工作表Sheet1中创建的拆分窗格,坐标为(10000,5000),表示一个点的二十分之一,]
# 10 (-&gt; J) as left column visible in right pane and 10 as top row visible in bottom pane [10( - > J)作为左边的列显示在右窗格中,10顶行显示在底部窗格中]
createSplitPane(wb, "Sheet1", 10000, 5000, 10, 10)

# Remove the split pane from Sheet1[拆分窗格中删除工作表Sheet1]
removePane(wb, "Sheet1")

# Save workbook (this actually writes the file to disk). Now the workbook has no split pane.[保存工作簿(这实际上是将文件写入到磁盘)。现在的工作簿中有没有拆分窗格。]
saveWorkbook(wb)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 19:49 , Processed in 0.024242 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表