RowSpan

Cell.RowSpan property

Returns the number of rows that a merged cell spans. This is used in combination with the vMerge attribute on other cells in order to specify the beginning cell of a horizontal merge. Read-only Int32.

public int RowSpan { get; }

See Also