[]
Creates a new design-time view of the Spread component.
public Control CreateDesignView()
Public Function CreateDesignView() As Control
| Type | Description |
|---|---|
| Control | Control that represents the design-time view of the spreadsheet control |
Creates a new design-time view of the spreadsheet component at the specified location.
public Control CreateDesignView(string location)
Public Function CreateDesignView(location As String) As Control
| Type | Name | Description |
|---|---|---|
| string | location | Location |
| Type | Description |
|---|---|
| Control | Control that represents the design-time view of the spreadsheet component |
Creates a new design-time view of the spreadsheet component at the specified location and page.
public Control CreateDesignView(string location, Page page)
Public Function CreateDesignView(location As String, page As Page) As Control
| Type | Name | Description |
|---|---|---|
| string | location | Location |
| Page | page | Page |
| Type | Description |
|---|---|
| Control | Control that represents the design-time view of the spreadsheet component |