FarPoint.Web.Spread 名前空間 > AlternatingRow クラス : Formatter プロパティ |
'Declaration
Public Property Formatter As IFormatter
public IFormatter Formatter {get; set;}
FpSpread1.ActiveSheetView.AlternatingRows[0].Formatter = new FarPoint.Web.Spread.Editor.GeneralEditor();
FpSpread1.ActiveSheetView.AlternatingRows(0).Formatter = New FarPoint.Web.Spread.Editor.GeneralEditor