日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Worksheet.get_Range Method

發布時間:2025/4/5 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Worksheet.get_Range Method 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

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

Worksheet.get_Range Method

Gets a Microsoft.Office.Interop.Excel.Range object that represents a cell or a range of cells. Use the Range property instead of this 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.

Return Value

Type: Microsoft.Office.Interop.Excel.Range
A Microsoft.Office.Interop.Excel.Range that represents a cell or a range of cells.
.NET Framework Security
.Net Framework Security
  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

轉載于:https://www.cnblogs.com/anchenjie007/archive/2013/03/15/2961446.html

總結

以上是生活随笔為你收集整理的Worksheet.get_Range Method的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。