Property csvTable.RowCount Overload Gets or sets row count. The get function returns the Count property of the internal List of string arrays. The set function can add new rows or remove rows at the end. public int RowCount { get; set; } Property Value int