Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the Column object that represents the columns of the specified text frame. Read-only.
Syntax
expression.Column
expression An expression that returns a TextFrame2 object.
Example
The following code shows how to set the number of columns in the text frame of the first shape on slide one to 2.
ActivePresentation.Slides(1).Shapes(1).TextFrame2.Column.Number = 2
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.