示例#1
0
文件: CSVar.cs 项目: ikvm/test
        public virtual object GetValue(bool dispValue)
        {
            CellExt ext = this.getCell();

            if (ext == null)
            {
                return(null);
            }
            ext.testValue();
            return(ext.GetValue(dispValue));
        }