Partager via


IViewerServer.GetSectionIndex - Méthode

Espace de noms :  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly :  Microsoft.Office.Server.Conversion.ViewerInterface (dans Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntaxe

'Déclaration
Function GetSectionIndex ( _
    outputFormat As ViewFormat, _
    itemName As String, _
    <OutAttribute> ByRef sectionIndex As Integer _
) As ServerResult
'Utilisation
Dim instance As IViewerServer
Dim outputFormat As ViewFormat
Dim itemName As String
Dim sectionIndex As Integer
Dim returnValue As ServerResult

returnValue = instance.GetSectionIndex(outputFormat, _
    itemName, sectionIndex)
ServerResult GetSectionIndex(
    ViewFormat outputFormat,
    string itemName,
    out int sectionIndex
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Web.Conversion.ViewerInterface.ServerResult

Voir aussi

Référence

IViewerServer interface

IViewerServer - Membres

Microsoft.Office.Web.Conversion.ViewerInterface - Espace de noms