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)
Syntax
'Declaration
Public Enumeration XlInsertFormatOrigin
'Usage
Dim instance As 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. |