Datasheet Data Load #178
Answered
by
anmcgrath
deanparker-web
asked this question in
Q&A
-
What are the different ways users are loading data into the Datasheet. Are you using a foreach () loop to updated each row? |
Beta Was this translation helpful? Give feedback.
Answered by
anmcgrath
Feb 16, 2025
Replies: 1 comment
-
Hi @deanparker-web I think the best way at the moment is to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deanparker-web
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @deanparker-web I think the best way at the moment is to use the
sheet.Cells.SetValues(row, col, object[][] values)
overload which sets an entire array at once.