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 System.Integer, _
ByRef ByteCount As System.Integer, _
ByRef Aspect As System.Integer, _
ByRef Position As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Index As System.Integer
Dim ByteCount As System.Integer
Dim Aspect As System.Integer
Dim Position As System.Double
Dim value As System.Boolean
value = instance.IGetOLEObjectSettings(Index, ByteCount, Aspect, Position) |
C++/CLI | |
---|
System.bool IGetOLEObjectSettings(
& System.int Index,
& [Out] System.int ByteCount,
& [Out] System.int Aspect,
& [Out] System.double Position
) |
Parameters
- Index
-
- ByteCount
-
- Aspect
-
- Position
-
See Also