显示网格视图以及Excel工作表.. [英] Display Grid view along with excel sheet..

查看:88
本文介绍了显示网格视图以及Excel工作表..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用文件上传我上传了一张excel表格..在网格视图中查看excel表格后...

我们必须将select放入网格视图中。然后点击选择... .go到下一页..在那里有一个表格...填写表格后...点击保存按钮....在网格视图中哪一行将选择..表格将显示在该行在另一个网格视图中

using file uploading i was uploaded one excel sheet ..after that excel sheet viewed in a grid view ...
we have to put select in a grid view .then click select ....go to next page ..in that one form is there...after fill the form...click on save button ....at the time in grid view which row will select ..the form will display on that row in another grid view

推荐答案

1. Install the MathType SDk
2. Add the reference in VBA editor for C:\Program Files\MathType\SDK\templates\MT6SDk.dot
3. Code as below in Editor
	Public Sub ConvertEqns()
    Dim info As convertEquationsInfo
    info.translatorOptions = 0
    info.translatorFileName = "AMSTeX.tdl"
    info.equationTypes = True
    info.promptUser = False
    info.showStats = False
    info.Count = 0
    mtsdk.ConvertEquations info
End Sub
4. Update the  "Wordcmds.dot" in the below mentioned paths.
C:\Program Files\MathType\Office Support
C:\Program Files\MathType\SDK


Note: All the execution commands will be taken from this template by MT6SDK.dot


这篇关于显示网格视图以及Excel工作表..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆