System\Windows\Forms\DataGridViewCellTests.ClipboardTests.cs (2)
53cell.GetClipboardContent(-1, firstCell, lastCell, inFirstRow, inLastRow, format).Should().Be(expected);
94Action action = () => cell.GetClipboardContent(rowIndex, true, true, true, true, "format");