TextColumns class not found

If I type the following “Dim columns As TextColumns = builder.PageSetup.TextColumns” the TextColumns class cannot be found. Any idea as to where the TextColumns class is located in version 3.2?

Hi,

Thank you for considering Aspose.

It is surely in the Aspose.Word namespace. Have you imported it? If you use the fully qualified name, i.e. Aspose.Word.TextColumns, would it work?

Yes, I have imported the Aspose.Word namespace. I tried using the fully qualified name and I still receive an error.

Please help.

It is resolved.

Thank you.