Articles in this section
Category / Section

How to change the cell value of a particular cell

1 min read

We can change the cell value of a particular cell in grid located in OlapClient. Please refer the below code snippet to achieve the same.

 

C#

this.olapClient.OlapGrid.InternalGrid.Model[4, 3].CellValue = null;
// The first parameter is an integer, which specifies the row index
//The second parameter is an integer, which specifies the column index
this.olapClient.OlapGrid.Refresh();
 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied