How to create a table with first 2 rows as titles?

How to create a table with first 2 rows as titles?

kevinlZL4WG
Explorer Explorer
354 Views
5 Replies
Message 1 of 6

How to create a table with first 2 rows as titles?

kevinlZL4WG
Explorer
Explorer

As the title states above, I am trying to create a table with the first 2 rows as title rows. Do you guys know how to do that? I am looking at documentation and can't find how this can be done.

0 Likes
355 Views
5 Replies
Replies (5)
Message 2 of 6

paullimapa
Mentor
Mentor

Look at this thread


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 6

pendean
Community Legend
Community Legend

Open your Template file, or blocks library file, or some file you'll never lose but always use for custom-to-you content.

 

Inside that DWG file you will create a custom-to-you named TABLESTYLE.

Now create a TABLE from that style.

 

Add a second TITLE row manually.

 

Drag and drop this custom table to your own custom ToolPalette (TP), or make a block of if from WBLOCK command and export out to a shared folder.

 

Your will no always drag-n-drop this from that custom TP, or INSERT that block when you need it (remember to explode it after insertion).

 

Done.

0 Likes
Message 4 of 6

kevinlZL4WG
Explorer
Explorer

Thanks for the response. I am trying to do this programmatically. Do you know how that can be done?

0 Likes
Message 5 of 6

paullimapa
Mentor
Mentor

Did you read my response to you in message 2?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 6 of 6

Sea-Haven
Mentor
Mentor

Found a few things comparing 2 tables styles

normal table

TableStyleOverrides (RO) = NIL

HeaderSuppressed = 0

 

Modified 2 title rows

TableStyleOverrides (RO) = (2)

HeaderSuppressed = -1

 

I could not find a second override. Maybe some else can.

0 Likes