QDVAPIFunctions.GetRowPositionsInNativeSheet Method

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

[Obsolete("Instead, use Qdv.UserApi.IWorksheetManager.GetRowPositionsInNativeSheet.
    The IWorksheetManager can be obtained from the QdvManager class via property. The full code is:
    context.QdvManager.WorksheetManager.GetRowPositionsInNativeSheet()")] 
public Dictionary<PositionsInNativeSheets, int> GetRowPositionsInNativeSheet( 
IWorksheet Sheet 
)
This language is not supported or no code example is available.

Parameters

Sheet
IWorksheet

Return Value

Dictionary<PositionsInNativeSheets, int>

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition