onRowDataChanged property

ValueChanged<SpreadsheetRow>? onRowDataChanged
final

This method is called when current row data is changed

Implementation

final ValueChanged<SpreadsheetRow>? onRowDataChanged;