This topic has not yet been rated - Rate this topic

Sheets._PrintOut 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)

'Usage
Dim From As Object
Dim To As Object
Dim Copies As Object
Dim Preview As Object
Dim ActivePrinter As Object
Dim PrintToFile As Object
Dim Collate As Object
Dim sheets1 As Sheets
sheets1._PrintOut(From, To, Copies, Preview, ActivePrinter, PrintToFile, Collate)
void _PrintOut(
	[In, Optional] object From, 
	[In, Optional] object To, 
	[In, Optional] object Copies, 
	[In, Optional] object Preview, 
	[In, Optional] object ActivePrinter, 
	[In, Optional] object PrintToFile, 
	[In, Optional] object Collate
);
public void _PrintOut(
	/*in*/System.Object From, 
	/*in*/System.Object To, 
	/*in*/System.Object Copies, 
	/*in*/System.Object Preview, 
	/*in*/System.Object ActivePrinter, 
	/*in*/System.Object PrintToFile, 
	/*in*/System.Object Collate
);
function _PrintOut(
	 From : Object, 
	 To : Object, 
	 Copies : Object, 
	 Preview : Object, 
	 ActivePrinter : Object, 
	 PrintToFile : Object, 
	 Collate : Object
);

Parameters

From

This parameter is intended for internal use only.

To

This parameter is intended for internal use only.

Copies

This parameter is intended for internal use only.

Preview

This parameter is intended for internal use only.

ActivePrinter

This parameter is intended for internal use only.

PrintToFile

This parameter is intended for internal use only.

Collate

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ