Forum Discussion

savio_leitao's avatar
savio_leitao
Occasional Contributor
12 years ago

How to convert the following lines of code to C#


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

No RepliesBe the first to reply