An object-oriented programming language developed by Microsoft that can be used in .NET.
According to documentation, GridViewRow is for Web application. If you are developing a desktop application (Forms), then consider the DataGridViewRow class.
However, this control does not seem to include span features. Maybe you should consider some alternatives: https://www.bing.com/search?q=DataGridView+span, or describe your problem.