Share via


IListObject.Publish Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function Publish ( _
    Target As Object, _
    LinkSource As Boolean _
) As String
'Usage
Dim instance As IListObject
Dim Target As Object
Dim LinkSource As Boolean
Dim returnValue As String

returnValue = instance.Publish(Target, _
    LinkSource)
string Publish(
    Object Target,
    bool LinkSource
)

Parameters

Return Value

Type: System.String

See Also

Reference

IListObject Interface

IListObject Members

Microsoft.Office.Interop.Excel Namespace