'Declaration Public Shadows Property Name As String
'Declaration
Public Shadows Property Name As String
'使用法 Dim instance As FpSpread Dim value As String instance.Name = value value = instance.Name
'使用法
Dim instance As FpSpread Dim value As String instance.Name = value value = instance.Name
public new string Name {get; set;}
fpSpread1.Name = "SpreadName";
FpSpread1.Name = "SpreadName"
FpSpread クラス FpSpread メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.