GetLabelRow
Provides Label row index for a given Label type ID
int GetLabelRow( int nLabelType, BOOL bColLabel = true )
returns the label row index as a negative integer such that the last label index as -1
EX1
//Output Label row index for a given Label type ID void Worksheet_GetLabelRow_Ex1() { Worksheet wks = Project.ActiveLayer(); if(!wks) return; int nLabelRow = wks.GetLabelRow(RCLT_LONG_NAME); printf("Label LongName's Row is %d", nLabelRow); }
Worksheet::GetLabelType
origin.h