搜索资源列表
Biff8_CSharp_Excel c#编写用biff8格式生成excel程序
- c#编写用biff8格式生成excel程序。在2007/9/20的基础上改了些错误 1.SST强制转换中的uint->ushort错误(当所有单元格中存在65535以上不同内容单元格会重新计数的错误) 2.修正页眉、页脚及Sheet1名不支持中文问题-c# write to generate excel format with biff8 program. 2007/9/20 change in the basis of some error 1.SST cast in uin
DataGridViewMerge
- DataGridView单元格合并和二维表头-DataGridView cells combined and the first two-dimensional table
GemBox.ExcelLite.rar
- 导出Excel组件(B/S或C/S都可以用) using GemBox.ExcelLite //引用文件 ExcelFile excelFile = new ExcelFile() ExcelWorksheet sheet = excelFile.Worksheets.Add("WolfSpider") int columns = dataGridView1.Columns.Count int rows = dataGridView1.Rows.Count for (
shineihuangjtangce
- 由AT89C52单片微机控制,利用温湿度传感器和光电池进行工作的温湿度数字监控器。通过对现有的各种方案的分析,采用通过温度传感器,湿度传感器,光电池对环境的探测的方案。-AT89C52 single-chip computer control by using temperature and humidity sensors and photovoltaic cells to carry out the work of digital temperature and humidity monit
MovieDB
- this article is about a simple database built in Microsoft Access and C#. to explore : the end user doesn t need to install any SQL servers, he just needs executable binary and *.mdb file, i.e. connecting to *.mdb file, read/write data, using dat
AutoAllocation
- 对Excel.dll 再次封装,利用IDpose接口,释放Excel进程;自动读取Excel单元格的内容到System.data.dataTable,比传统读取的效率有提高;利用DataTable中的计算结果,再写回到Excel中,生成.xls 报告文件-Re-packaging of the Excel.dll using IDpose interface, the release of Excel process automatically read the contents of Exc
MergeCellsInXls
- NPOI函数库应用:合并excel单元格的函数实例-example to show how to merge cells in excel.
DataGridView_MergeDemo
- 合并定制DataGridView单元格。需要对DataGridView进行定制的需求来说,这是一个很好的例子。-Customize the DataGridView and merge the cells of DataGridView
datagridview
- datagridview单元格合并以及行颜色指定-datagridview merge cells and rows specify the color
MergeCell
- GridView单元格合并示例,GridView 作为C#控件中重要的一个组成部分,其灵活和易使用性是很强的,这里介绍一下关于它的单元格合并的示例-GridView Cells Merge example, GridView control as a C# an important component of its flexibility and ease of use is very strong here introduce a cell on its merger example
EventCalendar_demo
- It is quite simple and straight forward. ASP.NET Calendar control posses an event "DayRender" which has got "DayRenderEventArgs" as one of the parameters. This DayRenderEventArgs has got two very useful things - Day and Cell. Day is of the type "Cale
GridSample
- The DataGrid is a powerful control in the Compact Framework, but it s not easy to work out how to apply individual formatting to cells with control over why and how each cell is customized .-The DataGrid is a powerful control in the Compact Framework
WindowsApplication15
- DataGridView单元格合并和二维表头-DataGridView cells combined and the first two-dimensional table
sl
- 实现简单的扫雷功能,包括雷的布局,0格的连挖。适合初学者-Demining, including the layout of mine, and 0 cells with digging. Suitable for beginners
CombinDataGridViewCellAndHeader
- Datagridview控件合并单元格与表头的源代码。-The Datagridview control merge cells header source code.
GeoLocation
- 通过小区的LAC,CI获取小区所在的基站经纬度,进行小区位置定位。-Get the location(gps coordinate:longitude and latitude) of Base Station by the LAC and CI of gsm cells
ExcelDataGridView
- C#像Excel一样复制DataGridView中的单元格区域的数据,如上图所示,选中任意单元格中的数据,点击右下角的“复制”按钮,即可将选中单元格中的数据复制到右侧的表格区域中,类似于Excel表格中的复制功能,使用DataGridView控件的C#爱好者,您可参照本实例为您的DataGridView控件也添加复制功能-C# the same as Excel copy a range of cells in the DataGridView data, as shown above, sel
cell
- 数据结构 C语言 关于细胞问题的线性链表实现 模拟细胞演变情况 例如细胞周围有四个其他细胞 则此细胞死亡-C language data structures on the cell problem linear list evolution of analog cells such as cell surrounded by four other cells, this cell death
ColorPicker
- 颜色下拉控件,也可加载到datagridview控件单元格中-Color drop-down controls can also be loaded into the datagridview control cells
Life_Game2.12
- 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、