IGetOLEObjectSettings Method (ISheet)
Obsolete. Superseded by ISwOLEObjectAspect, ISwOLEObject::Boundaries, ISWOLEObject::IGetBoundaries, ISwOLEObject::ISetBoundaries, ISwOLEObject::IGetBuffer, and ISwOLEObject::Buffer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetOLEObjectSettings( _
ByVal Index As Integer, _
ByRef ByteCount As Integer, _
ByRef Aspect As Integer, _
ByRef Position As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Index As Integer
Dim ByteCount As Integer
Dim Aspect As Integer
Dim Position As Double
Dim value As Boolean
value = instance.IGetOLEObjectSettings(Index, ByteCount, Aspect, Position)
|
Parameters
- Index
-
- ByteCount
-
- Aspect
-
- Position
-
See Also