'Declaration Public Overrides Property Font As Font
'Declaration
Public Overrides Property Font As 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 メンバ
© MESCIUS inc. All rights reserved.