_Dummy12 Method
_Dummy15 Method
_Dummy22 Method
_Dummy3 Method
Add Method
BringToFront Method
Copy Method
CopyPicture Method
Cut Method
Delete Method
Duplicate Method
GetEnumerator Method
Group Method
Item Method
Select Method
SendToBack Method
Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

ILines.Item Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Uso
Dim Index As Object
Dim returnValue As Object
Dim iLines1 As ILines
returnValue = iLines1.Item(Index)
object Item(
	[In] object Index
);
public System.Object Item(
	/*in*/System.Object Index
);
function Item(
	 Index : Object
) : Object;

Parameters

Index

This parameter is intended for internal use only.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

¿Te ha resultado útil?
(Caracteres restantes: 1500)
© 2013 Microsoft. Reservados todos los derechos.