PowerTools SPREAD for Windows Forms 8.0J
AdjustFormulaOnClipboardPaste メソッド


調整する数式
追加するテーブルのリスト。
行インデックス。
列インデックス。
クリップボードから貼り付けるときに数式を調整します。
構文
'Declaration
 
Function AdjustFormulaOnClipboardPaste( _
   ByVal formula As String, _
   ByVal addTables As Dictionary(Of String,ITableRange), _
   ByVal removeTables As Dictionary(Of String,ITableRange), _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal referenceStyle As ReferenceStyle _
) As String
'使用法
 
Dim instance As ITableModelSupport
Dim formula As String
Dim addTables As Dictionary(Of String,ITableRange)
Dim removeTables As Dictionary(Of String,ITableRange)
Dim row As Integer
Dim column As Integer
Dim referenceStyle As ReferenceStyle
Dim value As String
 
value = instance.AdjustFormulaOnClipboardPaste(formula, addTables, removeTables, row, column, referenceStyle)

パラメータ

formula
調整する数式
addTables
追加するテーブルのリスト。
removeTables
row
行インデックス。
column
列インデックス。
referenceStyle

戻り値の型

System.Stringオブジェクト
参照

ITableModelSupport インタフェース
ITableModelSupport メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.