[]
Occurs when the user is getting the content of a CellRange as a string suitable for copying to the clipboard or exporting to CSV files.
public virtual string OnClientGettingCellClipString { get; set; }
Public Overridable Property OnClientGettingCellClipString As String
Use this event to process or sanitize each cell value while generating the clip string.