GraphObject.CreateContentMatrix

Creates new Content of type Matrix.

Syntax Parameters Return Value
Function GraphObject.CreateContentMatrix( _
    type As GraphMatrixLayout, _
    NoOfRows As Integer, _
    NoOfColumns As Integer) As Object
  • type [in]

    Type: GraphMatrixLayout

  • NoOfRows [in]

    Type: Integer

  • NoOfColumns [in]

    Type: Integer

Object