[]
Saves the grid's layout.
public void SaveLayout(Stream stream)
Public Sub SaveLayout(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
Saves the grid's layout.
public void SaveLayout(string filename, bool defaultValues)
Public Sub SaveLayout(filename As String, defaultValues As Boolean)
| Type | Name | Description |
|---|---|---|
| string | filename | File to contain the grid layout. |
| bool | defaultValues | Indicating whether all the values are to be persistent. |
Saves the grid's layout.
public void SaveLayout(Stream stream, bool defaultValues)
Public Sub SaveLayout(stream As Stream, defaultValues As Boolean)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
| bool | defaultValues | Indicating whether all the values are to be persistent. |