Select to view content in your preferred language

Tableframe in VB.net?

533
2
02-25-2013 10:17 AM
JoeMcCollum
Emerging Contributor
Ewan Middleton's solution in VBA seems to not work in VB.net.

http://forums.esri.com/Thread.asp?c=93&f=992&t=57798

It gets hung up on ITableFrame. 
Is there an Imports statement I need to use?
0 Kudos
2 Replies
KenBuja
MVP Esteemed Contributor
It is in the ESRI.ArcGIS.ArcMapUI assembly. Make sure you have that added to your project and you can either use

Import ESRI.ArcGIS.ArcMapUI

or

Dim pTableFrame As ESRI.ArcGIS.ArcMapUI.ITableFrame
0 Kudos
JoeMcCollum
Emerging Contributor
It appears I need ESRI.ArcMap.Editor and ESRI.ArcMap.EditorExt as well.
0 Kudos