OMathMat.Cell[Int32, Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a OMath object that represents a cell in a matrix. Read-only.
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
Parameters
- Row
- Int32
Required Integer The matrix row in which the cell is located.
- Col
- Int32
Required Integer The matrix column in which the cell is located.