GrapeCity SPREAD for Windows Forms 11.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 メンバ

 

 


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