OMathMatRows インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マトリックスの行のコレクションを表します。 コレクションの個々の OMathMatRow membes にアクセスするには、 オブジェクトを使用します。
public interface class OMathMatRows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("1B426348-607D-433C-9216-C5D2BF0EF31F")]
public interface OMathMatRows : System.Collections.IEnumerable
type OMathMatRows = interface
interface IEnumerable
Public Interface OMathMatRows
Implements IEnumerable
- 属性
- 実装
プロパティ
Application |
_Application Microsoft Word アプリケーションを表す オブジェクトを返します。 |
Count |
コレクション内の項目の数を OMathMatRows 返します。 読み取り専用です。 |
Creator |
アドインが作成されたアプリケーションを示す 32 ビット 整数 を返します。 読み取り専用です。 |
Item[Int32] |
コレクション内の OMathMatRow 指定した項目を表す オブジェクトを返します。 |
Parent |
指定したオブジェクトの親を返します OMathMatRows 。 |
メソッド
Add(Object) |
数式行を作成し、行列に追加し、オブジェクトを OMathMatRow 返します。 |
GetEnumerator() |
マトリックスの行のコレクションを表します。 コレクションの個々の OMathMatRow membes にアクセスするには、 オブジェクトを使用します。 |