Document.OMathIntSubSupLim Property (2007 System)

Gets or sets a value that specifies the default location of limits for 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 OMathIntSubSupLim As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.OMathIntSubSupLim

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

Property Value

Type: System.Boolean
A Boolean value that specifies the default location of limits for integrals.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace