Alignment.MergeCell Property

mergeCell.Represents the attribte in schema: mergeCell

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

Syntax

'Declaration
<SchemaAttrAttribute(, "mergeCell")> _
Public Property MergeCell As StringValue
    Get
    Set
'Usage
Dim instance As Alignment
Dim value As StringValue

value = instance.MergeCell

instance.MergeCell = value
[SchemaAttrAttribute(, "mergeCell")]
public StringValue MergeCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Alignment Class

Alignment Members

DocumentFormat.OpenXml.Spreadsheet Namespace