Skip to content

Replies

0
sunita  sharma
sunita sharma answered on Mar 1, 2024 12:36 PM

Hii everyone

To solve the problem of Infragistics Excel controlwe need to use the to copy the formula from the first row to all other rows with cell increments:

Get the formula from the first row.
Repeat each next row.
Update the formula in each cell to adjust cell references based on the row index.
Apply the update formula to the corresponding cell in each row.
Be sure to handle any edge cases or special conditions specific to your implementation.