copySelectionToClipboard abstract method
Future<void>
copySelectionToClipboard({
- required FdcGridRangeSelectionBounds bounds,
- required int rowCount,
- required int columnCount,
- required FdcGridRangeSelectionCellTextReader readCellText,
Serializes bounds as tabular text and writes it to the system clipboard.
Implementation
Future<void> copySelectionToClipboard({
required FdcGridRangeSelectionBounds bounds,
required int rowCount,
required int columnCount,
required FdcGridRangeSelectionCellTextReader readCellText,
});