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.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int RowSpan { get; }
Public ReadOnly Property RowSpan As Integer
Get
public:
virtual property int RowSpan {
int get () sealed;
}
abstract RowSpan : int with get
override RowSpan : int with get
Property Value
Type:
Int32Implements
ICellRowSpan
See Also