Hi All,
Need help in converting the below lines of code into C# script
Point p = new Point {X = 100, Y = 50}; // X= Column Index and Y is Row Index.
_pivotGrid.FocusedCell = p;
_pivotGrid.MultiSelection.SetSelection(new[] { _pivotGrid.FocusedCell });
Regards,
Savio