'Declaration Public Property Clip As String
'Declaration
Public Property Clip As String
public string Clip {get; set;}
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).
CellRange Structure CellRange Members