Spread for ASP.NET 12 Product Documentation
CreateDesignView(String,Page) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > CreateDesignView Method : CreateDesignView(String,Page) Method
Location
Page
Creates a new design-time view of the spreadsheet component at the specified location and page.
Syntax
'Declaration
 
Public Overloads Function CreateDesignView( _
   ByVal location As String, _
   ByVal page As Page _
) As Control
'Usage
 
Dim instance As FpSpread
Dim location As String
Dim page As Page
Dim value As Control
 
value = instance.CreateDesignView(location, page)
public Control CreateDesignView( 
   string location,
   Page page
)

Parameters

location
Location
page
Page

Return Value

Control that represents the design-time view of the spreadsheet component
See Also

Reference

FpSpread Class
FpSpread Members
Overload List