[]
Gets or sets a string containing the values of all cells in the range.
public string Clip { get; set; }
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).