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


Spread コンポーネントの名前を取得または設定します。
構文
'Declaration
 
Public Shadows Property Name As String
'使用法
 
Dim instance As FpSpread
Dim value As String
 
instance.Name = value
 
value = instance.Name
public new string Name {get; set;}

プロパティ値

SPREADの名前を含む String
次のサンプルコードは、Nameプロパティを設定します。
fpSpread1.Name = "SpreadName";
FpSpread1.Name = "SpreadName"
参照

FpSpread クラス
FpSpread メンバ

 

 


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