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