Saltar para o conteúdo principal
Versão: 20 R8

VP REMOVE STYLESHEET

VP REMOVE STYLESHEET ( vpAreaName : Text ; styleName : Text { ; sheet : Integer } )

ParâmetroTipoDescrição
vpAreaNameText->Nome de objeto formulário área 4D View Pro
styleNameText->Nome do estilo a remover
sheetInteger->Índice da folha (folha atual se omitida)

Descrição

O comando VP REMOVER STYLESHEET remove a folha de estilo passada no styleName do vpAreaName.

Em vpAreaName, passe o nome da área 4D View Pro. Se passar um nome que não existe, é devolvido um erro.

Passe a folha de estilo para remover no parâmetro styleName.

You can define where to remove the style in the optional sheet parameter using the sheet index (counting begins at 0) or with the following constants:

  • vk current sheet
  • vk workbook

Exemplo

Para remover o objeto de estilo GreenDashDotStyle da folha atual:

VP REMOVE STYLESHEET("ViewProArea";"GreenDashDotStyle")

Veja também

VP ADD STYLESHEET
VP Get stylesheet
VP Get stylesheets