Click or drag to resize
GridControlCopyTextToFile Method
Writes the text values of the specified range of cells in tab-delimited format to a FileStream.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool CopyTextToFile(
	FileStream file,
	Range range
)

Parameters

file
Type: System.IOFileStream
Specifies the FileStream to which the results will be written.
range
Type: Stingray.GridRange
Specifies a single range of cells which shall be written to the file.

Return Value

Type: Boolean
true if the operation succeeded.
Remarks
The method is used writing cell values to a tab-delimited text file.
See Also