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
- Target
Type: System.Object
- LinkSource
Type: System.Boolean
Return Value
Type: System.String