[]
Gets or sets the number of grid columns in the parent table's table grid that shall be spanned by the current cell. This property allows cells to have the appearance of being merged, as they span vertical boundaries of other cells in the table.
public uint GridSpan { get; set; }
Public Property GridSpan As UInteger