Spread for ASP.NET 12 Product Documentation
Editor Property (AlternatingRow)


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

Reference

AlternatingRow Class
AlternatingRow Members