OMath.ArgSize Property

Returns or sets an Integer that represents the script size of an argument, for example, text, script, or script-script. Read/write.

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

Syntax

'Declaration
Property ArgSize As Integer
    Get
    Set
'Usage
Dim instance As OMath
Dim value As Integer

value = instance.ArgSize

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

Property Value

Type: System.Int32
Integer

See Also

Reference

OMath Interface

OMath Members

Microsoft.Office.Interop.Word Namespace