OMathMat.ColSpacing Property

Returns or sets a Integer that represents the spacing for columns in a matrix. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ColSpacing As Integer
    Get
    Set
'Usage
Dim instance As OMathMat
Dim value As Integer

value = instance.ColSpacing

instance.ColSpacing = value
int ColSpacing { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

OMathMat Interface

OMathMat Members

Microsoft.Office.Interop.Word Namespace