foreach (string item in fieldProductName.FilterValues.Values)
{
pivotGridControl.Cells.SetSelectionByFieldValues(false, new object[] { item});
}
fieldProductName 为行名称 即设置的pivotGridField
DEV PivotGridControl 全选行或列,布布扣,bubuko.com
时间: 2024-10-22 16:22:29