GrapeCity SPREAD for Windows Forms 12.0J
ModifyCustomName メソッド (DefaultSheetDataModel)


現在の名前。
新しい名前。
共有カスタム名の名前を変更します。
構文
'Declaration
 
Public Function ModifyCustomName( _
   ByVal name As String, _
   ByVal newName As String _
) As Boolean
'使用法
 
Dim instance As DefaultSheetDataModel
Dim name As String
Dim newName As String
Dim value As Boolean
 
value = instance.ModifyCustomName(name, newName)
public bool ModifyCustomName( 
   string name,
   string newName
)

パラメータ

name
現在の名前。
newName
新しい名前。

戻り値の型

成功した場合はtrue、それ以外の場合はfalse
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


Copyright © 2004 GrapeCity inc.