Creates a new design-time view of the spreadsheet component at the specified location.
Syntax
'Declaration
Public Overloads Function CreateDesignView( _
ByVal 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
)
Parameters
- location
- Location
Return Value
Control that represents the design-time view of the spreadsheet component
See Also