TableCell.RowSpan Property

Row Span.Represents the attribte in schema: rowSpan

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rowSpan")> _
Public Property RowSpan As Int32Value
    Get
    Set
'Usage
Dim instance As TableCell
Dim value As Int32Value

value = instance.RowSpan

instance.RowSpan = value
[SchemaAttrAttribute(, "rowSpan")]
public Int32Value RowSpan { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

TableCell Class

TableCell Members

DocumentFormat.OpenXml.Drawing Namespace