XlFillWith 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 how to copy the range.
public enum class XlFillWith
public enum XlFillWith
Public Enum XlFillWith
- Inheritance
-
XlFillWith
Fields
Name | Value | Description |
---|---|---|
xlFillWithFormats | -4122 | Copy formats only. |
xlFillWithAll | -4104 | Copy contents and formats. |
xlFillWithContents | 2 | Copy contents only. |