Hi
below is the code for my wpf form
<Grid Width="Auto">
<syncfusion:SpreadsheetRibbon Height="95" HorizontalAlignment="Stretch" Margin="12,26,0,0" Name="SpreadsheetRibbon1" VerticalAlignment="Top" Width="Auto" />
<syncfusion:SpreadsheetControl Height="Auto" HorizontalAlignment="Stretch" Margin="12,119,0,0" Name="SpreadsheetControl1" VerticalAlignment="Stretch" Width="Auto" />
</Grid>
and I have few vb forms, in that I placed the control for some opteration.
In ReportView form I displayed the result in the spreadsheet, I want to get the value of cell when user double click the cell.
If there is any samples plz let me know.
Thanks & Regards,
Abraham. P