Column width of the Word table

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Column width of the Word table

Post by Natter »

Hi.

II want to get the column width of the Word table

oTb:Item(1):Columns:Item(1):Width

but get an error: Error Word.Application:ACTIVEDOCUMENT:TABLES:ITEM:COLUMNS/9 "Item". That is, Columns:Item() is not defined. How do I solve this problem ?
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Column width of the Word table

Post by anserkk »

Code: Select all

? oTable:Columns(nColNumber):Width
Post Reply