郑广学VSTO火箭速成班 VBAYYDS.COM

ExtentionsCreatRange(Int32, Int32, Int32, Int32) 方法

根据起止坐标参数得到一个单元格地址
CreatRange(1,1,2,3)得到 "A1:C2"
如果开始列为0则返回整行 开始行为0则返回整列 结束行列为0返回int最大值

Definition

命名空间: Excel880VSTO
程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
C#
public static string CreatRange(
	int 开始行,
	int 开始列,
	int 结束行,
	int 结束列
)

参数

开始行  Int32
 
开始列  Int32
 
结束行  Int32
 
结束列  Int32
 

返回值

String

参见