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

ArrayHelperArraySortTwo(Object, Int32, ArrayHelperEnumSortType, Int32, ArrayHelperEnumSortType, Int32, ArrayHelperEnumSortType) 方法

二维数组排序 3列关键字 优先级从前往后

Definition

命名空间: Excel880VSTO
程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
C#
public static Array ArraySortTwo(
	ref Object 来源数组,
	int Key1,
	ArrayHelperEnumSortType Sort1,
	int Key2,
	ArrayHelperEnumSortType Sort2,
	int Key3,
	ArrayHelperEnumSortType Sort3
)

参数

来源数组  Object
 
Key1  Int32
 
Sort1  ArrayHelperEnumSortType
 
Key2  Int32
 
Sort2  ArrayHelperEnumSortType
 
Key3  Int32
 
Sort3  ArrayHelperEnumSortType
 

返回值

Array

参见