XlInsertFormatOrigin Enumeration 

Specifies from where to copy the format for inserted rows.

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

Usage

Dim xlInsertFormatOrigin1 As XlInsertFormatOrigin = XlInsertFormatOrigin.xlFormatFromLeftOrAbove

Syntax

Public Enum XlInsertFormatOrigin
public enum XlInsertFormatOrigin
public enum class XlInsertFormatOrigin
public enum XlInsertFormatOrigin
public enum XlInsertFormatOrigin

Members

Member name Description
xlFormatFromLeftOrAbove From cells above and/or to the left.
xlFormatFromRightOrBelow From cells below and/or to the right.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace