Spread for ASP.NET 9.0 Product Documentation
MvcSpreadAttribute Class
Members 


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

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

MvcSpreadAttribute Members
FarPoint.Mvc.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.