Método SectionProperties. Rename (PowerPoint)SectionProperties.Rename method (PowerPoint)
Renomeia a seção especificada com o nome especificado.Renames the specified section with the specified name.
SintaxeSyntax
expression.expression. Rename
( _sectionIndex_
, _sectionName_
)
expressão Uma variável que representa um objeto SectionProperties.expression A variable that represents a SectionProperties object.
ParâmetrosParameters
NomeName | Obrigatório/OpcionalRequired/Optional | Tipo de dadosData type | DescriçãoDescription |
---|---|---|---|
sectionIndexsectionIndex | ObrigatórioRequired | IntegerInteger | O índice da seção que será renomeada.The index of the section to rename. |
sectionNamesectionName | ObrigatórioRequired | StringString | O novo nome da seção.The new name of the section. |
ComentáriosRemarks
Se sectionName estiver vazio, a seção receberá o nome de seção padrão.If sectionName is empty, the section is assigned the default section name.
Confira tambémSee also
Objeto SectionPropertiesSectionProperties Object
Suporte e comentáriosSupport and feedback
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação?Have questions or feedback about Office VBA or this documentation? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.