Action
               
               Returns data for a cell in the grid.
               
            
            
            
               Syntax
               
               
               C#
                  
cellData = advancedDataGrid.GetCellData(RowIndex, ColumnIndex, [RestoreOriginalPosition])
                  VB
                  
cellData = advancedDataGrid.GetCellData(RowIndex, ColumnIndex, [RestoreOriginalPosition])
                  
                  
                     
                     
                     
                     
                        
                        
                           | Variable | Description | 
                        
                     
                     
                     
                        
                        
                           
                           | cellData | String. | 
                        
                        
                           
                           | RowIndex | Returns the zero-based index of the specified row. Integer. | 
                        
                        
                           
                           | ColumnIndex | Returns the zero-based index of the specified column. Integer. | 
                        
                        
                           
                           | RestoreOriginalPosition | Optional: Returns a cell in the grid to its previous position. Boolean. |