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


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

Parameters

location
Location

Return Value

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

Reference

FpSpread Class
FpSpread Members
Overload List