ComponentOne ASP.NET MVC Controls
ItemFormatter Property (FlexSheet)

C1.Web.Mvc.Sheet Namespace > FlexSheet Class : ItemFormatter Property
Gets or sets a formatter function used to customize cells on this grid.
Syntax
'Declaration
 
<IgnoreAttribute()>
Public Overrides Property ItemFormatter As String
[Ignore()]
public override string ItemFormatter {get; set;}
Remarks
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.
See Also

Reference

FlexSheet Class
FlexSheet Members