Alignment.MergeCell Property
mergeCell.Represents the attribte in schema: mergeCell
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "mergeCell")> _
Public Property MergeCell As StringValue
Get
Set
'Uso
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