Spread for ASP.NET 11 Product Documentation
MvcSpreadAttribute Class
Members 


FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace : MvcSpreadAttribute Class
Represents an attribute that invokes an MvcSpread model binder.
Object Model
MvcSpreadAttribute Class
Syntax
'Declaration
 
Public Class MvcSpreadAttribute 
   Inherits System.Web.Mvc.CustomModelBinderAttribute
'Usage
 
Dim instance As MvcSpreadAttribute
public class MvcSpreadAttribute : System.Web.Mvc.CustomModelBinderAttribute 
Example
public ActionResult Index([FarPoint.Mvc.Spread.MvcSpread]FarPoint.Mvc.Spread.FpSpread FpSpread1) { spread.ActiveSheetView.DefaultStyle.BackColor = System.Drawing.Color.Green; return View(); }
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Mvc.CustomModelBinderAttribute
         FarPoint.Mvc.Spread.MvcSpreadAttribute

See Also

Reference

MvcSpreadAttribute Members
FarPoint.Mvc.Spread Namespace