GrapeCity SPREAD for Windows Forms 11.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-2018, GrapeCity Inc. All rights reserved.