惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
J
Java Code Geeks
爱范儿
爱范儿
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
I
InfoQ
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

博客园 - QiutongChen

好词佳句 Navsion二次开发_学习笔记 阅读列表(实时更新) 技能熟练度(实时更新) 《软件开发者路线图:从学徒到高手》笔记 相关技术链接 Concurrency并发性 Excel VBA 函数 在excel worksheet中添加button 和对Excel workbook做权限控制相关的新知识 outline (group) 在Excel worksheet 中 做下一周计划 OFFSET 函数 大乌龟死了 Range.EntireRow Property 如何查SQ数据库版本 在Access和 SQL Server中通配符的应用方法 不开心的事情一碟子 映射网络硬盘的方法 Martin Fowler对全世界程序员的建议
Worksheet.get_Range Method
QiutongChen · 2013-03-15 · via 博客园 - QiutongChen

[转自:http://technet.microsoft.com/zh-cn/library/microsoft.office.tools.excel.worksheet.get_range(de-de).aspx]

Worksheet.get_Range Method

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

C#:

Range get_Range(
	Object Cell1,
	Object Cell2
)

Parameters

Cell1
Type: System.Object
The name of the range in A1-style notation in the language of the application.It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma).It can also include dollar signs, but they are ignored.You can use a local defined name in any part of the range.If you use a name, the name is assumed to be in the language of the application.This parameter is required.
Cell2
Type: System.Object
The cell in the lower-right corner of the range.Can be a Microsoft.Office.Interop.Excel.Range that contains a single cell, an entire column, an entire row, or it can be a string that names a single cell in the language of the application.This parameter is optional.