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