[]
Saves the grid's layout.
public void SaveLayout(Stream 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)
| 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)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
| bool | defaultValues | Indicating whether all the values are to be persistent. |