Spread ASP.NET 6.0 Product Documentation
MvcSpreadAttribute Class
Members  See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.