Spread for ASP.NET 8.0 Product Documentation
MvcSpreadModelBinder Constructor(Boolean)


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.
Initializes a new instance of the MvcSpreadModelBinder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal create As Boolean _
)
'Usage
 
Dim create As Boolean
 
Dim instance As New MvcSpreadModelBinder(create)
public MvcSpreadModelBinder( 
   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

Reference

MvcSpreadModelBinder Class
MvcSpreadModelBinder Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.