Click or drag to resize
GridControlSaveToHTML Method
Saves the grid to the specified file in HTML format.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void SaveToHTML(
	string filename
)

Parameters

filename
Type: SystemString
The name of the file to which the grid is saved.
Remarks
If the file already exists, it is overwritten.
See Also