A column doesn't have "rows", it has cells. You can simply do range.Column(1).Cells().Count()
You can even skip the column and ask for the rows in the range: range.Rows().Count()
You can even skip the column and ask for the rows in the range: range.Rows().Count()