RowSpan

WorksheetCell.RowSpan property

Gets the total number of rows that contain the cell.

public int RowSpan { get; }

Property Value

A positive integer value that represents the total number of rows that contain the cell.

See Also