XlInsertFormatOrigin Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies from where to copy the format for inserted rows.
public enum class XlInsertFormatOrigin
public enum XlInsertFormatOrigin
Public Enum XlInsertFormatOrigin
- Inheritance
-
XlInsertFormatOrigin
Fields
Name | Value | Description |
---|---|---|
xlFormatFromLeftOrAbove | 0 | From cells above and/or to the left. |
xlFormatFromRightOrBelow | 1 | From cells below and/or to the right. |