CimCatalogTemplate::GetRowIndexByRowNumber

Use this method to get index of given row Number (required for creating a document of a given row). 

Compatibility

Cimatron 2026 or later

Syntax

int GetRowIndexByRowNumber(int iRowNumber)

GetRowIndexByRowNumber(int iRowNumber):int

Return Type

Return: int

opItemIndex—Row Index

 

 

Input Type

Input: int

iRowNumber—Row Number

 

 

Remarks

None

Example