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
- outputFormat
Type : Microsoft.Office.Web.Conversion.ViewerInterface.ViewFormat
- itemName
Type : System.String
- sectionIndex
Type : System.Int32
Valeur renvoyée
Type : Microsoft.Office.Web.Conversion.ViewerInterface.ServerResult
Voir aussi
Référence
Microsoft.Office.Web.Conversion.ViewerInterface - Espace de noms