OMaths 接口

定义

公式的集合。 OMaths使用 对象访问集合的单个成员。

public interface class OMaths : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("873E774B-926A-4CB1-878D-635A45187595")]
public interface OMaths : System.Collections.IEnumerable
type OMaths = interface
    interface IEnumerable
Public Interface OMaths
Implements IEnumerable
属性
实现

注解

Add(Range)使用 方法创建公式并将其添加到文档、所选内容或区域。 以下示例创建一个公式,并使用 BuildUp() 集合的 OMaths 方法将公式转换为专业格式。

属性

Application

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

Count

返回集合中的 OMaths 项数。 只读 Integer

Creator

返回一个 32 位整数,它指示在其中创建外接程序的应用程序。 只读 Integer

Item[Int32]

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

Parent

返回一个 Object 类型的值,该值代表指定 OMaths 对象的父对象。

方法

Add(Range)

所指定区域中包含的文本公式创建一个公式,并且返回一个包含新公式的 Range 对象。

BuildUp()

将集合中的所有公式转换为专业格式。

GetEnumerator()

公式的集合。 OMaths使用 对象访问集合的单个成员。

Linearize()

将集合中的所有公式都转换为线性格式。 .

适用于