Function Application.CreateMultipleGraphsSimple( _
GraphArray As Variant, _
Optional horizontalPercentFactor As Integer = 5, _
Optional leftMarginPercentFactor As Integer = 2, _
Optional rightMarginPercentFactor As Integer = 2, _
Optional Title As String = "", _
Optional Subtitle As String = "", _
Optional Footnote As String = "") As Object
|
Array of graphs to be inserted into the graph template.
Type: Variant
- horizontalPercentFactor [in,optional]
Type: Integer
Default value: 5
- leftMarginPercentFactor [in,optional]
Type: Integer
Default value: 2
- rightMarginPercentFactor [in,optional ]
Type: Integer
Default value: 2
The text for the template's title. This parameter defaults to a blank string.
Type: String
Default value: ""
The text for the template's subtitle. This parameter defaults to a blank string.
Type: String
Default value: ""
The text for the template's footnote. This parameter defaults to a blank string.
Type: String
Default value: ""
|
Object
|