ListObject.Publish (Excel)
Publie l'objet ListObject sur un serveur qui exécute Microsoft SharePoint Foundation.
Le paramètre target contient un tableau d'éléments String , comme décrit dans le tableau suivant.
Publish (Target, LinkSource)
Dim strTarget() As String: strTarget() =
Dim strPublish As String
strPublish = ActiveCell.ListObject.Publish(Target:=strTarget(), LinkSource:=True)
Arguments
Les arguments nommés :
Target (String) - Contient un tableau de valeurs String, comme l’indique la section Notes.
LinkSource (Boolean) - Consultez la section Remarques.