IWorksheetManager.GetOverheadSheetInformation Method

Gets the information about a sheet in the overhead workbook.
Function GetOverheadSheetInformation( _ 
ByVal sheet As IWorksheet
) As OverheadSheetInfo
This language is not supported or no code example is available.
OverheadSheetInfo GetOverheadSheetInformation( 
IWorksheet sheet 
)
This language is not supported or no code example is available.

Parameters

sheet
IWorksheet

The worksheet to investigate. It must be in the overhead workbook.

Return Value

OverheadSheetInfo

The sheet info.

Exception type Condition

QdvApiException

A problem occurred. For example, the sheet is not from an overhead workbook.

Remarks
 
The sheet info may be used, if you want to, for example, remove a specific sheet from a workbook.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition