Spread for ASP.NET 7.0 Product Documentation
MvcSpreadAttribute Class
Members  See Also  Support Options
FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace : MvcSpreadAttribute Class


Glossary Item Box

Represents an attribute that invokes an MvcSpread model binder.

Object Model

MvcSpreadAttribute Class

Syntax

Visual Basic (Declaration) 
Public Class MvcSpreadAttribute 
   Inherits System.Web.Mvc.CustomModelBinderAttribute
Visual Basic (Usage)Copy Code
Dim instance As MvcSpreadAttribute
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.