PowerTools SPREAD for Windows Forms 8.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-2015, GrapeCity inc. All rights reserved.