Spread for ASP.NET 11 Product Documentation
Formatter Property (AlternatingRow)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > AlternatingRow Class : Formatter Property
Gets or sets the formatter for cells in this alternating row.
Syntax
'Declaration
 
Public Property Formatter As IFormatter
'Usage
 
Dim instance As AlternatingRow
Dim value As IFormatter
 
instance.Formatter = value
 
value = instance.Formatter
public IFormatter Formatter {get; set;}

Property Value

IFormatter object containing the formatter for cells in this alternating row
Example
This example set the formatter for the first alternating row.
FpSpread1.ActiveSheetView.AlternatingRows[0].Formatter = new FarPoint.Web.Spread.Editor.GeneralEditor();
FpSpread1.ActiveSheetView.AlternatingRows(0).Formatter = New FarPoint.Web.Spread.Editor.GeneralEditor
See Also

Reference

AlternatingRow Class
AlternatingRow Members
IFormatter Interface