Heureka API .NET Documentation
Add Method (ChartObjects)



Syntax
'Declaration
 
<DispIdAttribute(181)>
<PreserveSigAttribute()>
Function Add( _
   ByVal Left As Double, _
   ByVal Top As Double, _
   ByVal Width As Double, _
   ByVal Height As Double _
) As ChartObject
'Usage
 
Dim instance As ChartObjects
Dim Left As Double
Dim Top As Double
Dim Width As Double
Dim Height As Double
Dim value As ChartObject
 
value = instance.Add(Left, Top, Width, Height)

Parameters

Left
Top
Width
Height
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartObjects Interface
ChartObjects Members

Send Feedback