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


create
Indicates whether MvcSpreadModelBinder creates a new FarPoint.Web.Spread.FpSpread instance if the specified FarPoint.Web.Spread.FpSpread is not bound. By default, the new FarPoint.Web.Spread.FpSpread instance contains one FarPoint.Web.Spread.SheetView.

Glossary Item Box

Initializes a new instance of the MvcSpreadAttribute class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal create As Boolean _
)
Visual Basic (Usage)Copy Code
Dim create As Boolean
 
Dim instance As New MvcSpreadAttribute(create)
C# 
public MvcSpreadAttribute( 
   bool create
)

Parameters

create
Indicates whether MvcSpreadModelBinder creates a new FarPoint.Web.Spread.FpSpread instance if the specified FarPoint.Web.Spread.FpSpread is not bound. By default, the new FarPoint.Web.Spread.FpSpread instance contains one FarPoint.Web.Spread.SheetView.

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.