ExtentionsRemoveRowsT(T, String) 方法
二维数组删除指定行,使用逗号分隔的多行表达式"1,4-7,9"
命名空间: Excel880VSTO程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
public static IEnumerable<Object[]> RemoveRows<T>(
this T[,] arr,
string 行表达式
)
<ExtensionAttribute>
Public Shared Function RemoveRows(Of T) (
arr As T(,),
行表达式 As String
) As IEnumerable(Of Object())
Dim arr As T(,)
Dim 行表达式 As String
Dim returnValue As IEnumerable(Of Object())
returnValue = arr.RemoveRows(行表达式)
- arr T
-
- 行表达式 String
-
- T
IEnumerableObject在 Visual Basic 和 C# 中,这个方法可以当成为类型
T 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。