Thanx,but I want to know how vb.net to do it not with office toolkit?
J
jeam_yang
@jeam_yang
Posts
-
How can I insert row in excel by vb.net? -
How can I insert row in excel by vb.net?I can't insert row in excel,who can use vb.net realize!Please tell me,If any one have time can more about poeration Excel,Thanx! jeam
-
How can i change column name in datagrid:-OYou can use "select customer as my_lovername from table_name" Then column will show my_lovername, wish it can help you! jeam
-
How To Freezepanes in VB.NET [modified];PDear all: In VB can use the follow code active VB Code: Sub Macrol() ActiveWindow.FreezePanes = True End Sub VB.net: Excel.application.activewindow.freezepanes=True I try out! jeam -- modified at 6:16 Monday 5th February, 2007