[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellRange.Clip

Clip Property

Clip

Gets or sets a string containing the values of all cells in the range.

Declaration
public string Clip { get; set; }
Remarks

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

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