This topic has not yet been rated - Rate this topic

Sheets.FillAcrossSheets Method 

Copies a range to the same area on all other worksheets in a collection.

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

'Usage
Dim Range As Range
Dim Type As XlFillWith
Dim sheets1 As Sheets
sheets1.FillAcrossSheets(Range, Type)
void FillAcrossSheets(
	[In] Range Range, 
	[In, Optional] XlFillWith Type
);
public void FillAcrossSheets(
	/*in*/Range Range, 
	/*in*/XlFillWith Type
);
function FillAcrossSheets(
	 Range : Range, 
	 Type : XlFillWith
);

Parameters

Range

Required Range object. The range to fill on all the worksheets in the collection. The range must be from a worksheet within the collection.

Type

Optional XlFillWith. Specifies how to copy the range.

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