'Declaration Public Overrides Property Font As Font
'使用法 Dim instance As FpSpread Dim value As Font instance.Font = value value = instance.Font
public override Font Font {get; set;}
このプロパティが使用できるのは実行時のみです。
fpSpread1.Font = new Font("Comic Sans MS", 14);
FpSpread1.Font = New Font("Comic Sans MS", 14)
FpSpread クラス FpSpread メンバ
© 2004-2015, GrapeCity inc. All rights reserved.