Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143874 | Apr 8,2019 07:49 PM UTC | Apr 9,2019 09:06 AM UTC | WinForms | 1 |
![]() |
Tags: PivotGridControl |
#Form1.cs
private void button1_Click(object sender, EventArgs e)
{
//To copy a particular range
GridRangeInfo rangeInfo = GridRangeInfo.Cells(4,4,10,10);
GridRangeInfoList list = new GridRangeInfoList();
list.Add(rangeInfo);
this.pivotGridControl1.TableControl.Model.CutPaste.CopyTextToClipboard(list);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.