Share via


IViewerServer.GetSectionIndex method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function GetSectionIndex ( _
    outputFormat As ViewFormat, _
    itemName As String, _
    <OutAttribute> ByRef sectionIndex As Integer _
) As ServerResult
'Usage
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
)

Parameters

Return value

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

See also

Reference

IViewerServer interface

IViewerServer members

Microsoft.Office.Web.Conversion.ViewerInterface namespace