DataGrid 风格管理类测试版源码[40]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

S;
        int columnIndex =-1;
        
for(int i=0;i<columnNames.Length;i++){
          columnIndex 
= getColumnIndex(currGTS,columnNames[i]);
          
if(columnIndex==-1){
            
throw new Exception("列名称为空或者无效!");
          }

          GCS 
= currGTS.GridColumnStyles[columnNames[i]];

本文关键:DataGrid 风格管理类测试版源码
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top