FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Column width of the Word table
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Column width of the Word table
Posted: Fri Dec 25, 2020 02:41 PM

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 ?

Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Column width of the Word table
Posted: Tue Dec 29, 2020 10:54 AM
Code (fw): Select all Collapse
? oTable:Columns(nColNumber):Width

Continue the discussion