TableCell.GridSpan Property

Grid Span.Represents the attribte in schema: gridSpan

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

Syntax

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

value = instance.GridSpan

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

TableCell Class

TableCell Members

DocumentFormat.OpenXml.Drawing Namespace