问题标签 [cell]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
8017 浏览

excel - 检查excel单元格是否被锁定的方法是什么?

如何检查该范围内的特定单元格是否被锁定,

我正在发布我的代码的一小段,请建议我,如果单元格未锁定,写入单元格的更好方法。

if (reader.HasRows) { minRow = 0; minCol = 0;

在代码中,写入 excel 单元格是

excelworksheet.Cells[CurTaskNode.DATA_MIN_ROW + minRow, CurTaskNode.DATA_MIN_COL + minCol] = values[iValueIndex];

在这里我必须检查单元格是否被锁定的情况,我试过了,但这是不正确的。

CurTaskNode.DATA_MIN_ROW 是要写入 excel 表的数据的 minrow 值,该值来自 XML 文件,如果我必须从 (10, 2) 写入 (20, 10) 单元格,其中如果第一个单元格是说锁定,我无法将其写入该单元格,我必须继续使用其他单元格进行写入。

请帮助我这样做。谢谢,拉姆

0 投票
4 回答
83641 浏览

html - 一个 html 表格单元格中的单元格填充

与整个 html 表格相比,是否可以仅在一个单元格中进行单元格填充?

0 投票
1 回答
316 浏览

c# - c# Dotnet 2.0 CustomColumnStyle:将winforms面板放在datagrid单元格中

全部,

我意识到 CustomColumnStyle 是在 DataGrid 中自定义单元格列的方法。我将如何使用它来使每个单元格成为面板。

我希望列中的每个单元格都是一个面板,所以我可以向它添加控件,比如多个按钮等。

提前感谢您的代码。

-杰里米

0 投票
1 回答
11421 浏览

c# - C# WPF 工具包:如何​​使数据网格中的单元格可编辑?

记下这个使用 Microsoft Visual Studio 2008 制作的小型 WPF C# 程序的代码:

.xaml

。CS


这个程序简单地显示了一个 WPF 工具包数据网格,它有 10 列带有标题和一个空行。

选择空行的某个单元格,然后单击编辑时出现问题:程序崩溃。Visual Studio 中出现一个消息框,上面写着:“当前位置没有可用的源代码。” 我想知道如何使数据网格中的单元格可编辑?


这是异常和堆栈跟踪:

System.InvalidOperationException 未处理 Message="'EditItem' 不允许用于此视图。"
来源="演示框架"
StackTrace:在 System.Windows.Controls.ItemCollection.System.ComponentModel.IEditableCollectionView.EditItem(Object item) 在 Microsoft.Windows.Controls.DataGrid.EditRowItem(Object rowItem) 在 C:\dd\WPF_1\src\wpf\src\ ControlsPack\WPFToolkit\DataGrid\Microsoft\Windows\Controls\DataGrid.cs:C:\dd\WPF_1\src\wpf\src\ControlsPack\WPFToolkit\ 中 Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit(ExecutedRoutedEventArgs e) 的第 3396 行DataGrid\Microsoft\Windows\Controls\DataGrid.cs:第 2208 行在 Microsoft.Windows.Controls.DataGrid.OnExecutedBeginEdit(Object sender, ExecutedRoutedEventArgs e) 在 C:\dd\WPF_1\src\wpf\src\ControlsPack\WPFToolkit\DataGrid \Microsoft\Windows\Controls\DataGrid.cs:System.Windows.Input.CommandBinding.OnExecuted 处的第 2036 行(对象发送者,ExecutedRoutedEventArgs e) 在 System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding) at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute) at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute) at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e) at System.Windows.UIElement.OnExecutedThunk(Object sender , ExecutedRoutedEventArgs e) 在 System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target) 在 System.Windows.RoutedEventArgs。InvokeHandler(委托处理程序,对象目标)在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(对象目标,RoutedEventArgs routedEventArgs)在 System.Windows.EventRoute.InvokeHandlersImpl(对象源,RoutedEventArgs 参数,布尔 reRaised)在 System.Windows.UIElement.RaiseEventImpl( DependencyObject 发送者,RoutedEventArgs 参数)在 System.Windows.UIElement.RaiseEvent(RoutedEventArgs 参数,布尔信任)在 System.Windows.Input.RoutedCommand.ExecuteImpl(对象参数,IInputElement 目标,布尔用户启动)在 System.Windows.Input.RoutedCommand。在 C 中的 Microsoft.Windows.Controls.DataGrid.BeginEdit(RoutedEventArgs editingEventArgs) 处执行(对象参数,IInputElement 目标):\dd\WPF_1\src\wpf\src\ControlsPack\WPFToolkit\DataGrid\Microsoft\Windows\Controls\DataGrid.cs:C:\dd\WPF_1 中 Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDown(MouseButtonEventArgs e) 的第 3059 行\src\wpf\src\ControlsPack\WPFToolkit\DataGrid\Microsoft\Windows\Controls\DataGridCell.cs:C:\dd\WPF_1\ 中 Microsoft.Windows.Controls.DataGridCell.OnAnyMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e) 的第 748 行src\wpf\src\ControlsPack\WPFToolkit\DataGrid\Microsoft\Windows\Controls\DataGridCell.cs:System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler 的第 726 行(Delegate genericHandler,Object genericTarget)在 System.Windows.RoutedEventArgs.InvokeHandler( System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target,RoutedEventArgs routedEventArgs) 在 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) 在 System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) 在 System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender) , MouseButtonEventArgs e) 在 System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) 在 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) 在 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target ) 在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) 在 System.Windows。System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trust) 中 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) 中的 EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)。 InputManager.ProcessStagingArea() 在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs 输入) 在 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) 在 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode 模式, Int32 时间戳,RawMouseActions 动作,Int32 x,Int32 y,Int32 轮)在 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean&处理)在 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean& 处理)在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd,Int32 msg,IntPtr wParam,IntPtr lParam,Boolean&处理)在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback , 对象 args, Boolean isSingleParameter, Delegate catchHandler) 在 System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) 在 System.Windows.Threading.Dispatcher。InvokeImpl(DispatcherPriority 优先级,TimeSpan 超时,Delegate 方法,Object args,Boolean isSingleParameter)在 System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority 优先级,Delegate 方法,Object arg)在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd,Int32 msg, IntPtr wParam, IntPtr lParam) 在 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) 在 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) 在 System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) 在 System .Windows.Threading.Dispatcher.Run() 在 System.Windows.Application.RunDispatcher(Object ignore) 在 System.Windows.Application.RunInternal(Window window) 在 System.Windows.Application.Run(Window window) 在 System。Windows.Application.Run() 在 WpfDatagridTest.App.Main() 中 C:\Users\Frank\Documents\Visual_Studio_2008\Projects\WpfDatagridTest\WpfDatagridTest\obj\Debug\App.g.cs: System.AppDomain 的第 0 行。 _nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object状态)在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext,ContextCallback 回调,对象状态)在 System.Threading.ThreadHelper.ThreadStart() InnerException:\Users\Frank\Documents\Visual_Studio_2008\Projects\WpfDatagridTest\WpfDatagridTest\obj\Debug\App.g.cs:System.AppDomain._nExecuteAssembly 的第 0 行(Assembly 程序集,String[] args)在 System.AppDomain.ExecuteAssembly(String assemblyFile, 证据 assemblySecurity, String[] args) 在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() 在 System.Threading.ThreadHelper.ThreadStart_Context(Object state) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object状态)在 System.Threading.ThreadHelper.ThreadStart() InnerException:\Users\Frank\Documents\Visual_Studio_2008\Projects\WpfDatagridTest\WpfDatagridTest\obj\Debug\App.g.cs:System.AppDomain._nExecuteAssembly 的第 0 行(Assembly 程序集,String[] args)在 System.AppDomain.ExecuteAssembly(String assemblyFile, 证据 assemblySecurity, String[] args) 在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() 在 System.Threading.ThreadHelper.ThreadStart_Context(Object state) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object状态)在 System.Threading.ThreadHelper.ThreadStart() InnerException:ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback回调,对象状态)在 System.Threading.ThreadHelper.ThreadStart() InnerException:ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback回调,对象状态)在 System.Threading.ThreadHelper.ThreadStart() InnerException:

0 投票
1 回答
1167 浏览

wpf - WPF - 如何从单元格中找到 GridViewColumn

我有一个 WPf ListView,我用 GridView 替换 View 来给我列等。

我想将单元格内容模板应用到列,并从单元格模板绑定到 GridViewColumn(我已经对列进行了子类化,它有一些额外的属性)

有任何想法吗?

0 投票
3 回答
2622 浏览

iphone - 带有很多图像的iphone tableview

我有一个UITableView在单元格中显示很多图像的,我对滚动性能并不满意。我UITableView的类似于 iphone 上的照片应用程序。有谁知道为什么 iphone foto 应用程序滚动得如此之快,就好像他们在屏幕上什么都没有一样。

有没有人有一些提示/技巧来提高我的性能/滚动速度?

0 投票
2 回答
106 浏览

linux - /proc 中 Cell Linux 特定内容的文档

我正在寻找有关 Linux /proc 文件系统的文档,关于 Cell Linux 平台的平台细节。特别感兴趣的是如何识别给定的 /proc/pid 条目是否代表 SPU 上的进程或线程,而不是 PPE 上的。

该系统确实提供了一些文档

0 投票
5 回答
873 浏览

c# - 我需要知道什么才能让我的网站在移动浏览器上运行?

我正在使用带有 Visual Studio 2008 的 ASP.NET 3.5。我有一些关于我的网站和移动用户的问题。

  1. 我的网站会在手机上正确显示吗?
  2. 哪些项目不能在手机上运行(我知道闪存可能是个问题?)
  3. 你能给我什么建议让我的网站在手机上 100% 运行?

提前致谢!

0 投票
1 回答
1441 浏览

firefox - 如何在 Firefox 中禁用选定表格单元格的内轮廓

在 OSX 上使用 Firefox,当我 cmd+单击表格单元格时,我得到一个蓝色的内部轮廓。
我在我的 Web 应用程序上搜索了一种禁用此行为的方法,但没有找到任何东西。
我试图捕获 onclick 或将 CSS 轮廓设置为 0px 无济于事。
我还查看了 MDC Mozilla CSS 扩展,但很多都没有记录。

有没有办法在给定的 HTML 文档中删除这个内部大纲?

0 投票
2 回答
215 浏览

c - SPU 上的 GSL 库

有没有人成功地为 SPU 编译/移植/查找 GNU 科学库?

如果没有,是否存在类似的 SPU 库或包装器?或者,你将如何移植一些功能?

谢谢