Function GraphicsObjects.AddDynamicOLEObject( _
FileName As String, _
bLink As Boolean, _
bDisplayAsIcon As Boolean, _
XLeftTop As Double, _
YLeftTop As Double, _
XRightBottom As Double, _
YRightBottom As Double, _
Optional beginplotID As Integer = -1, _
Optional endplotID As Integer = -1, _
Optional graphID As Integer = -1) As OLEObject
|
- FileName [in]
Type: String
- bLink [in]
Type: Boolean
- bDisplayAsIcon [in]
Type: Boolean
- XLeftTop [in]
Type: Double
- YLeftTop [in]
Type: Double
- XRightBottom [in]
Type: Double
- YRightBottom [in]
Type: Double
- beginplotID [in, optional]
Type: Integer
Default value: -1
- endplotID [in, optional]
Type: Integer
Default value: -1
- graphID [in, optional]
Type: Integer
Default value: -1
|
OLEObject
|