ICreateOLEObject Method (ISheet)
Obsolete. Superseded by IModelDocExtension::CreateOLEObject and IModelDocExtension::ICreateOLEObject.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateOLEObject( _
ByVal Aspect As Integer, _
ByRef Position As Double, _
ByVal ByteCount As Integer, _
ByRef Buffer As Byte _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Aspect As Integer
Dim Position As Double
Dim ByteCount As Integer
Dim Buffer As Byte
Dim value As Boolean
value = instance.ICreateOLEObject(Aspect, Position, ByteCount, Buffer)
|
Parameters
- Aspect
-
- Position
-
- ByteCount
-
- Buffer
-
See Also