ActionResult<object> InsertRows( int row, int count )
'Declaration Function InsertRows( _ ByVal row As Integer, _ ByVal count As Integer _ ) As ActionResult(Of Object)
'Declaration
Function InsertRows( _ ByVal row As Integer, _ ByVal count As Integer _ ) As ActionResult(Of Object)
'使用法 Dim instance As IWorksheet Dim row As Integer Dim count As Integer Dim value As ActionResult(Of Object) value = instance.InsertRows(row, count)
'使用法
Dim instance As IWorksheet Dim row As Integer Dim count As Integer Dim value As ActionResult(Of Object) value = instance.InsertRows(row, count)
true
false
IWorksheet インタフェース IWorksheet メンバ
Copyright © 2004 GrapeCity inc.