ImporterListView Constructor

Initializes a new instance of the ImporterListView class

Definition

Namespace: GeneralImporter
Assembly: PCBI_BOMExpert (in PCBI_BOMExpert.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public ImporterListView(
	List<List<ExcelCell>> data,
	Dictionary<int, string> collLetters,
	int header,
	int start,
	int end,
	int manrow,
	int mpnrow,
	int refrow,
	List<int> descRows,
	int nameRow
)

Parameters

data  ListListExcelCell
 
collLetters  DictionaryInt32, String
 
header  Int32
 
start  Int32
 
end  Int32
 
manrow  Int32
 
mpnrow  Int32
 
refrow  Int32
 
descRows  ListInt32
 
nameRow  Int32
 

See Also