MatrixColumnCount.Val Property
val.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As IntegerValue
Get
Set
'Usage
Dim instance As MatrixColumnCount
Dim value As IntegerValue
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public IntegerValue Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the number of columns to which a column attribute applies.
A count attribute value of 3 specifies that the property applies to the first three columns of the matrix.
The possible values for this attribute are defined by the ST_Integer255 simple type.