Share via


Document.OMathNarySupSubLim Property (2007 System)

Gets or sets a value that specifies the default location of limits for n-ary objects other than integrals.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Property OMathNarySupSubLim As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.OMathNarySupSubLim

instance.OMathNarySupSubLim = value
public bool OMathNarySupSubLim { get; set; }
public:
property bool OMathNarySupSubLim {
    bool get ();
    void set (bool value);
}
public function get OMathNarySupSubLim () : boolean 
public function set OMathNarySupSubLim (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies the default location of limits for n-ary objects other than integrals.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace