GrapeCity SPREAD for Windows Forms 11.0J
AddCustomName(String,Expression,String) メソッド


追加する名前
名前の値(式)
指定した値の新しいユーザー定義名を式としてモデルに追加します。
構文
'Declaration
 
Overloads Sub AddCustomName( _
   ByVal name As String, _
   ByVal value As Expression, _
   ByVal comment As String _
) 
'使用法
 
Dim instance As IEnhancedCustomNameSupport
Dim name As String
Dim value As Expression
Dim comment As String
 
instance.AddCustomName(name, value, comment)
void AddCustomName( 
   string name,
   Expression value,
   string comment
)

パラメータ

name
追加する名前
value
名前の値(式)
comment
参照

IEnhancedCustomNameSupport インタフェース
IEnhancedCustomNameSupport メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.