QDVAPIFunctions.GetNativeWorksheet Method

NOTE: This member is now obsolete. Instead, use Qdv.UserApi.IWorksheetManager.GetNativeWorksheet. The IWorksheetManager can be obtained from the QdvManager class via property. The full code is: context.QdvManager.WorksheetManager.GetNativeWorksheet()

Returns the IWorksheet object representing the native worksheet of the passed workbook. 

This function is useful to return a native worksheet regardless the language of the user interface. Keep in mind that names of worksheets can be localized. Using this function, you can find a worksheet using its ID instead of using its localized name.

[Obsolete("Instead, use Qdv.UserApi.IWorksheetManager.GetNativeWorksheet.
    The IWorksheetManager can be obtained from the QdvManager class via property. The full code is:
    context.QdvManager.WorksheetManager.GetNativeWorksheet()")] 
public IWorksheet GetNativeWorksheet( 
IWorkbook OverheadWorkbook
NativeSheetType TypeOfSheet
string FieldID = "" 
)
This language is not supported or no code example is available.

Parameters

OverheadWorkbook
IWorkbook

Required.

TypeOfSheet
NativeSheetType

Required.

FieldID
string

Optional. The default value is "".

Return Value

IWorksheet

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition