次の方法で共有


OMathMat.Cell[Int32, Int32] プロパティ

定義

マトリックス内の OMath セルを表す オブジェクトを返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Word::OMath ^ Cell[int, int] { Microsoft::Office::Interop::Word::OMath ^ get(int Row, int Col); };
public Microsoft.Office.Interop.Word.OMath Cell[int Row, int Col] { get; }
member this.Cell(int * int) : Microsoft.Office.Interop.Word.OMath
Public ReadOnly Property Cell(Row As Integer, Col As Integer) As OMath

パラメーター

Row
Int32

必須 整数 セルが配置されているマトリックス行。

Col
Int32

必須 整数 セルが配置されているマトリックス列。

プロパティ値

OMath

適用対象