GraphObject.CreateContentTableEx

Creates new Content of type Table.

Syntax Parameters Return Value
Function GraphObject.CreateContentTableEx( _
    NoOfRows As Integer, _
    NoOfColumns As Integer, _
    bMargins As Boolean) As Object
  • NoOfRows [in]

    Type: Integer

  • NoOfColumns [in]

    Type: Integer

  • bMargins [in]

    Type: Boolean

Object