Message 1 of 2
INV9.How can I format a column's alignment in PartsList

Not applicable
12-10-2007
09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There is a methord for custom tables, as below
oCustomTable.Columns.Item(1).ValueHorizontalJustification = kAlignTextCenter
can format value text.
but for PartsListColumns, there are no such methods
I tried this
Dim oPartsList as PartsList
Set oPartsList = oDrawDoc.ActiveSheet.PartsLists.Item(1)
Dim oCustomTable as CustomTable
Set oCustomTable = oPartsList
but recieve error message
is there a way ,I can set a column's alignment?
oCustomTable.Columns.Item(1).ValueHorizontalJustification = kAlignTextCenter
can format value text.
but for PartsListColumns, there are no such methods
I tried this
Dim oPartsList as PartsList
Set oPartsList = oDrawDoc.ActiveSheet.PartsLists.Item(1)
Dim oCustomTable as CustomTable
Set oCustomTable = oPartsList
but recieve error message
is there a way ,I can set a column's alignment?