'宣言 Protected Friend Overridable Function OnClipboardCopying( _ ByVal selectedItems As ReadOnlyCollection(Of CellBase), _ ByRef clipboardValue As String _ ) As Boolean
protected internal virtual bool OnClipboardCopying( ReadOnlyCollection<CellBase> selectedItems, ref string clipboardValue )