XlFillWith Enumeration
Specifies how to copy the range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlFillWith
'Usage
Dim instance As XlFillWith
public enum XlFillWith
Members
Member name | Description | |
---|---|---|
xlFillWithAll | Copy contents and formats. | |
xlFillWithContents | Copy contents only. | |
xlFillWithFormats | Copy formats only. |