摘要:
Const START_ROW = 1 Const END_ROW = 3000 Const COL_TARGET = 1 Const COL_SOURCE = 2 Const TARGET_SHEET = "Sheet1" Public Sub MERGEROWS() Dim s As Worksheet Set s = ThisWorkbook.Sheets(T... 阅读全文
posted @ 2008-02-04 09:16
JIN Weijie
阅读(302)评论(0)推荐(0)
编辑
摘要:
using System; using System.Runtime.InteropServices; using System.Web.UI; using System.Web.UI.WebControls.WebParts; using System.Xml.Serialization; using Microsoft.SharePoint; using Microsoft.SharePoi... 阅读全文
posted @ 2008-01-30 09:58
JIN Weijie
阅读(229)评论(0)推荐(0)
编辑
摘要:
using System; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using Microsoft.SharePoint.WebPartPages; using System.Runtime.InteropServices; using System.Drawing; us... 阅读全文
posted @ 2008-01-29 15:42
JIN Weijie
阅读(886)评论(0)推荐(0)
编辑
摘要:
select ( case when a.colorder = 1 then d.name else '' end ) 表名, a.colorder 字段序号, a.name 字段名, ( case when COLUMNPROPERTY (a.id,a.name,'isidentity') = 1 then '√' else '' end ) 标识, ... 阅读全文
posted @ 2008-01-10 14:57
JIN Weijie
阅读(211)评论(0)推荐(0)
编辑