[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.CreateDesignView

CreateDesignView Method

CreateDesignView()

Creates a new design-time view of the Spread component.

Declaration
public Control CreateDesignView()
Public Function CreateDesignView() As Control
Returns
Type Description
Control

Control that represents the design-time view of the spreadsheet control

CreateDesignView(string)

Creates a new design-time view of the spreadsheet component at the specified location.

Declaration
public Control CreateDesignView(string location)
Public Function CreateDesignView(location As String) As Control
Parameters
Type Name Description
string location

Location

Returns
Type Description
Control

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

CreateDesignView(string, Page)

Creates a new design-time view of the spreadsheet component at the specified location and page.

Declaration
public Control CreateDesignView(string location, Page page)
Public Function CreateDesignView(location As String, page As Page) As Control
Parameters
Type Name Description
string location

Location

Page page

Page

Returns
Type Description
Control

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