GrapeCity SPREAD for Windows Forms 11.0J
Name プロパティ (Field)


オブジェクトの名前を取得または設定します。
構文
'Declaration
 
Public Property Name As String
'使用法
 
Dim instance As Field
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}

プロパティ値

オブジェクトの名前を示すstring値。
参照

Field クラス
Field メンバ

 

 


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