ComponentOne FlexGrid for WinForms
Clip Property (CellRange)

C1.Win.C1FlexGrid Namespace > CellRange Structure : Clip Property
Gets or sets a string containing the values of all cells in the range.
Syntax
'Declaration
 
Public Property Clip As String
public string Clip {get; set;}
Remarks

The cell values are delimited by characters specified by the C1FlexGridBase.ClipSeparators property.

By default, columns are separated by tabs (\t or vbTab) and rows by line breaks (\n or vbCr).

See Also

Reference

CellRange Structure
CellRange Members