Share via


Range.CreatePublisher Method

You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.

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

Syntax

'Declaration
Function CreatePublisher ( _
    Edition As Object, _
    Appearance As XlPictureAppearance, _
    ContainsPICT As Object, _
    ContainsBIFF As Object, _
    ContainsRTF As Object, _
    ContainsVALU As Object _
) As Object
'Usage
Dim instance As Range
Dim Edition As Object
Dim Appearance As XlPictureAppearance
Dim ContainsPICT As Object
Dim ContainsBIFF As Object
Dim ContainsRTF As Object
Dim ContainsVALU As Object
Dim returnValue As Object

returnValue = instance.CreatePublisher(Edition, _
    Appearance, ContainsPICT, ContainsBIFF, _
    ContainsRTF, ContainsVALU)
Object CreatePublisher(
    Object Edition,
    XlPictureAppearance Appearance,
    Object ContainsPICT,
    Object ContainsBIFF,
    Object ContainsRTF,
    Object ContainsVALU
)

Parameters

  • Edition
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

  • ContainsPICT
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

  • ContainsBIFF
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

  • ContainsRTF
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

  • ContainsVALU
    Type: System.Object

    This parameter is for Macintosh only and should not be used.

Return Value

Type: System.Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace