Gets 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
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int RowSpan { get; }
Public ReadOnly Property RowSpan As Integer
Get
public:
property int RowSpan {
int get ();
}
member RowSpan : int with get
Property Value
Type:
Int32
See Also