Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145609 | Jul 1,2019 07:21 AM UTC | Jul 2,2019 10:17 AM UTC | WPF | 1 |
![]() |
Tags: PivotGridControl |
#MainWindow.xaml.cs
public MainWindow()
{
InitializeComponent();
this.pivotGrid1.Loaded += PivotGrid1_Loaded;
}
private void PivotGrid1_Loaded(object sender, RoutedEventArgs e)
{
GridRangeInfo newrange = GridRangeInfo.Cells(5,2,3,4);
this.pivotGrid1.InternalGrid.Model.Selections.Add(newrange);
}
|
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.