How to get CellVerticalAlignment to work

Hello.
When I use the

builder.CellFormat.VerticalAlignment = CellVerticalAlignment.Center;

my application complains that the name CellVerticalAlignment does not exist in the current context.

This code is from the Aspose.Words product documentation
for inserting document elements under "Inserting a Table"

https://docs.aspose.com/words/net/document-builder-overview/
Am I missing an include?
Thanks.
Denise

Hello

Thanks for your request. I think, you should just add the following line of code:

using Aspose.Words.Tables;

Best regards,