Saves the grid's layout.
[Visual Basic]
Overloads Public Sub SaveLayout( _
ByVal filename As String _
)
[C#]
public void SaveLayout(
string filename
);
[Delphi]
public procedure SaveLayout(
filename: String
); overload;
Parameters
filename
File to contain the grid layout.
Example
For an example using the SaveLayout method, see Saving the Layout of the Grid.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBGrid.SaveLayout Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |