ImageVerifierCode 换一换
格式:DOC , 页数:8 ,大小:20.11KB ,
资源ID:2781368      下载积分:20 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.docduoduo.com/d-2781368.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(vba for excel worksheet 对象(VBA在Excel工作表对象).doc)为本站会员(dzzj200808)主动上传,道客多多仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知道客多多(发送邮件至docduoduo@163.com或直接QQ联系客服),我们立即给予删除!

vba for excel worksheet 对象(VBA在Excel工作表对象).doc

1、vba for excel worksheet 对象(VBA 在 Excel工作表对象)Worksheet object stands for a worksheet.MethodActivatemakes the current worksheet an active worksheet. Calculatecalculates the cells in the specified worksheet or worksheet specified area in all open workbooks, workbooks, and tables as shown in the table b

2、elow.ChartObjectsreturns an object that represents an embedded chart (ChartObject object) on a worksheet or a collection of all embedded diagrams (ChartObjects objects).Spelling of objects checked by CheckSpelling.CircleInvalidloops the invalid data items in the worksheet.ClearArrowsclears the trace

3、 arrows for the specified worksheet. Use the audit function to add tracking arrows.ClearCirclesclears the loop of the invalid data item of the specified worksheet.Copycopies the worksheet to another location of the workbook.Deletedelete object.Evaluateconverts a Microsoft Excel name to an object or

4、a value.ExportAsFixedFormatexports files in specified format.Movemoves the worksheet to other locations in the workbook.OLEObjectsreturns an object that represents a single OLE object (OLEObject) on a graph or worksheet, or a collection of all OLE objects (OLEObjects set). Read-only.Pastepaste the c

5、lipboard content to the worksheet.PasteSpecialpaste the contents of the clipboard into the worksheet in a specified format. This method can be used to paste data from other applications or to paste data in a particular format.PivotTablesreturns an object that represents a single PivotTable (PivotTab

6、le object) on a worksheet or a collection of all PivotTable reports (PivotTables objects). Read-only.PivotTableWizardcreates a new pivottable. This method does not display the PivotTable wizard, and it does not apply to the OLE DB data source. Please use the Add method to add PivotTable cache, and t

7、hen create PivotTable reports based on the cache.PrintOutprint object.PrintPreviewdisplays the object preview after the object is printed.Protectprotects the worksheet from being modified.ResetAllPageBreaksre setting specifies all the page breaks on a sheet.SaveAssaves changes in charts or worksheet

8、s to another different file.Scenariosreturns an object that represents a single scheme (Scenario object) or a collection of programs (Scenarios objects) in a workbook.Selectselection object.SetBackgroundPicturesets the background graph for the worksheet.ShowAllDatamakes all rows of the current filte

9、r list visible. If you are using auto filter, this method changes the drop-down list box to “(all)“.ShowDataFormdisplays data forms associated with the specified worksheet.Unprotectcancels the protection of worksheets or workbooks. If the worksheet or workbook is not protected, this method does not

10、work.XmlDataQueryreturns a Range object that represents mapping to a specific XPath. If the specified XPath path has not been mapped to the worksheet, or the mapped region is empty, then Nothing is returned.XmlMapQueryreturns a Range object that represents mapping to a specific XPath. If the specifi

11、ed XPath path has not yet been mapped to the worksheet, the Nothing is returned.attributeApplicationif the object identifier is not used, then the property returns a Application object that represents the Microsoft Excel application. If an object identifier is used, the property returns a Applicatio

12、n object that represents the creator of the specified object (which can be used by an OLE automation object to return the object using this property). Read-only.MailEnveloperepresents the e-mail title of a document.Namereturns or sets a String value that represents the name of the object.Namesreturn

13、s a collection of Names, which represents all tables specific to the worksheet (using the name defined by the prefix “WorksheetName“). The Names object is read-only.Nextreturns the Worksheet object that represents the next worksheet.Outlinereturns a Outline object that represents the hierarchical di

14、splay of the specified worksheet. Read-only.PageSetupreturns a PageSetup object that contains all the page settings for the specified object. Read-only.Parentreturns the parent object of the specified object. Read-only.Previousreturns the Worksheet object that represents the next worksheet.ProtectCo

15、ntentsif the worksheet content is protected, then True. This property protects individual cells. To open content protection, use the Protect method and set the Contents parameter to True. Boolean type, read-only.ProtectDrawingObjectsif the shape is protected, then True. To open shape protection, use

16、 the Protect method and set the DrawingObjects parameter to True. Boolean type, read-only.Protectionreturns a Protection object that represents the protection options for the worksheet.ProtectionModeif the user interface specific protection is enabled, then True. To open user interface protection, u

17、se the Protect method and set the UserInterfaceOnly parameter to True. Boolean type, read-only.ProtectScenariosif the worksheet scheme is in a protected state, the attribute value is True. Boolean type, read-only.QueryTablesreturns the QueryTables set, which represents all the query tables on the sp

18、ecified worksheet. Read-only.Rangereturns a Range object that represents a cell or cell region.Rowsreturns a Range object that represents all rows in the specified worksheet. The Range object is read-only.ScrollAreareturns or sets the allowed scrolling region in the form of a A1 style region referen

19、ce. The user cannot select cells outside the rolling area. String type, readable.Shapesreturns a collection of Shapes, representing all the shapes on the worksheet. Read-only.SmartTagsreturns a SmartTags object that represents the identifier of the specified cell.Sortreturns a sorted value in the cu

20、rrent worksheet. Read-only.StandardHeightreturns the standard height (default) of all rows in the worksheet in pound. Double type, read-only.StandardWidthreturns or sets the standard width for all columns in a worksheet (default). Double type, readable.Tabreturns the Tab object of a worksheet.Transi

21、tionExpEvalif the Microsoft Excel evaluates the worksheet by using Lotus 1-2-3 expressions, then the value of the attribute is True. Boolean type, readable.TransitionFormEntryif the Microsoft Excel uses the formula input rule of Lotus 1-2-3 to the worksheet, the value of this property is True. Boole

22、an type, readable.Typereturns a XlSheetType value that represents the worksheet type.UsedRangereturns a Range object that represents the area used on the specified worksheet. Read-only.Visiblereturns or sets a XlSheetVisibility value that determines whether the object is visible.VPageBreaksreturns a

23、 collection of VPageBreaks, which represents the vertical page on the worksheet. Read-only.EventThis event occurs when Activateactivates workbook, worksheet, chart worksheet, or embedded chart.BeforeDoubleClickoccurs when the worksheet is double clicked. This event precedes the default double-click

24、operation.This event occurs when the BeforeRightClickright-click the worksheet. This event precedes the default right-click operation.Calculatefor Worksheet objects, after the recalculation of the worksheet, this event occurs.Changeoccurs when the user changes the cell in the worksheet or the extern

25、al link causes a change in the cell.This event occurs when the Deactivatechart, worksheet, or workbook is deactivated.FollowHyperlinkoccurs when you click any hyperlink on the worksheet. For events at application level or workbook level, see the SheetFollowHyperlink event.This event occurred after updating PivotTable in the PivotTableUpdateworkbook.SelectionChangethis event occurs when the selected area on the worksheet changes.

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报