码迷,mamicode.com
首页 >  
搜索关键字:cells    ( 1822个结果
后台代码弹出对话框的几种方式
方案一 ((LinkButton)e.Row.Cells[2].Controls[0]).Attributes.Add("onclick", "javascript:return confirm('确认要删除信息主题:\"" + e.Row.Cells[1].Text + "\"吗?')"); bt
分类:其他好文   时间:2016-02-23 18:26:24    阅读次数:156
使用Aspose将DataTable转Excel
0.准备工作 1.下载并引入Aspose.Cells 下载Aspose Cells并引入using Aspose.Cells 下面示例中用的是.net 3.0版本的Aspose Cells,编译环境VS2013 具体下载和引入方法见:http://www.cnblogs.com/moonache/p
分类:Web程序   时间:2016-02-16 18:49:04    阅读次数:416
POJ-1475-Pushing Boxes(BFS)
Description Imagine you are standing inside a two-dimensional maze composed of square cells which may or may not be filled with rock. You can move nor
分类:其他好文   时间:2016-02-02 18:59:18    阅读次数:243
PHPExcel如何把该列的值设置为文本无科学计数?
$obj_sheet->setCellValueExplicit($cells[$_counter].$i, (isset($val[$_value_key]) ? $val[$_value_key] : ''),PHPExcel_Cell_DataType::TYPE_STRING);
分类:Web程序   时间:2016-01-26 20:26:52    阅读次数:502
【转】 (C#)利用Aspose.Cells组件导入导出excel文件
Aspose.Cells组件可以不依赖excel来导入导出excel文件:导入:public static System.Data.DataTable ReadExcel(String strFileName) { Workbook book = new Work...
分类:Windows程序   时间:2016-01-25 11:22:13    阅读次数:220
asp.net table/gridview 合并列
public void MergeCell(TableRow trow) { TableCell currentCell = trow.Cells[0]; TableCell prevCell = null; ...
分类:Web程序   时间:2016-01-25 10:00:26    阅读次数:180
自定义UICollectionViewLayout 实现瀑布流
今天研究了一下自定义UICollectionViewLayout。 看了看官方文档,要自定义UICollectionViewLayout,需要创建一个UICollectionViewLayout的子类。同时,可以通过一下3个方法传递布局信息、contentSize、cells的信息等。一、继承UIC...
分类:其他好文   时间:2016-01-15 12:57:32    阅读次数:168
codeforces 616C The Labyrinth(flood fill)
C. The LabyrinthYou are given a rectangular field ofn?×?mcells. Each cell is either empty or impassable (contains an obstacle). Empty cells are marked...
分类:其他好文   时间:2016-01-13 12:24:10    阅读次数:217
LeetCode-- Valid Sudoku
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with...
分类:其他好文   时间:2016-01-10 21:22:49    阅读次数:226
datagridview分页后checkbox列的value值为null
datagridview分页后checkbox列的value值为nullstring b = Describ_dataGridView.Rows[i].Cells[0].Value.ToString();//不会报错,但是取不到值解决方法:1。string b = Describ_dataGridV...
分类:Windows程序   时间:2016-01-05 12:19:37    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!