qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
HStation.RevitDev/RevitDataExport/Forms/Wpf_InstancePanel.xaml.cs
@@ -74,6 +74,8 @@
            {
                DataGrid dataGrid = sender as DataGrid;
                var selectCells = dataGrid.SelectedCells;
                if (selectCells.Count == 0) { return; }
                var selectCell = selectCells[0];
                if (selectCell.Column.Header.ToString() == "编号")
                {