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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

AlternatingRow Class
AlternatingRow Members
IFormatter Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.