OMathMat.Cols 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 OMathMatCols collection that represents the columns in a matrix. Read-only.
public:
property Microsoft::Office::Interop::Word::OMathMatCols ^ Cols { Microsoft::Office::Interop::Word::OMathMatCols ^ get(); };
public Microsoft.Office.Interop.Word.OMathMatCols Cols { get; }
member this.Cols : Microsoft.Office.Interop.Word.OMathMatCols
Public ReadOnly Property Cols As OMathMatCols