D
dyowee
Good day!
I'm trying to create a bulleted/numbered list programmatically in Word. The
list can either have text, image, or table. How can you apply a bullet/number
to a table as a whole? Using the Range of the table, then calling
ApplyBulletDefault method on the ListFormat property would apply bullets on
all the cells of the table. How can this be done programmatically?
Thank you very much.
I'm trying to create a bulleted/numbered list programmatically in Word. The
list can either have text, image, or table. How can you apply a bullet/number
to a table as a whole? Using the Range of the table, then calling
ApplyBulletDefault method on the ListFormat property would apply bullets on
all the cells of the table. How can this be done programmatically?
Thank you very much.