OMathFunctions 接口

定义

表示 Microsoft Office Word支持的函数或结构的集合,例如分数、整数、总和。

public interface class OMathFunctions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("497142A4-16FD-42C6-BC58-15D89345FC21")]
public interface OMathFunctions : System.Collections.IEnumerable
type OMathFunctions = interface
    interface IEnumerable
Public Interface OMathFunctions
Implements IEnumerable
属性
实现

属性

Application

返回一个_Application对象,该对象表示 Microsoft Word 应用程序。

Count

返回集合中的 OMathFunctions 项数。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。

Item[Int32]

返回一个 OMathFunction 对象,该对象代表集合中的指定项。

Parent

返回指定 OMathFunctions 对象的父对象。

方法

Add(Range, WdOMathFunctionType, Object, Object)

将新结构(如分数)插入到指定位置的公式中,并返回表示 OMathFunction 该结构的 对象。

GetEnumerator()

表示 Microsoft Office Word支持的函数或结构的集合,例如分数、整数、总和。

适用于