WorkbookType enumeration

Defines the supported workbook types.

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Enumeration WorkbookType
'Usage
Dim instance As WorkbookType
public enum WorkbookType

Members

Member name Description
FullWorkbook Returns the entire workbook.
FullSnapshot Returns a snapshot of the entire file.
PublishedItemsSnapshot Returns a snapshot containing the published sheets or objects in the file.

Remarks

When requesting a workbook, the caller can select the type of workbook to return. Also see the GetWorkbook(String, WorkbookType, []) method.

See also

Reference

Microsoft.Office.Excel.Server.WebServices namespace