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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.