Spread for ASP.NET 9.0 Product Documentation
MvcSpreadAttribute 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 MvcSpreadAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal create As Boolean _
)
'Usage
 
Dim create As Boolean
 
Dim instance As New MvcSpreadAttribute(create)
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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MvcSpreadAttribute Class
MvcSpreadAttribute Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.