AutomatedTagging.ExcelRow.ExcelRow C# (CSharp) Method

ExcelRow() public method

public ExcelRow ( string listItemUrl, int csvLineNumber ) : System
listItemUrl string
csvLineNumber int
return System
        public ExcelRow(string listItemUrl, int csvLineNumber)
        {
            this.ListItemUrl = listItemUrl;
            this.CsvLineNumber = csvLineNumber;
        }
ExcelRow