XlSourceType 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.
Identifies the source object.
public enum class XlSourceType
public enum XlSourceType
Public Enum XlSourceType
- Inheritance
-
XlSourceType
Fields
Name | Value | Description |
---|---|---|
xlSourceWorkbook | 0 | A workbook. |
xlSourceSheet | 1 | An entire worksheet. |
xlSourcePrintArea | 2 | A range of cells selected for printing. |
xlSourceAutoFilter | 3 | An AutoFilter range. |
xlSourceRange | 4 | A range of cells. |
xlSourceChart | 5 | A chart. |
xlSourcePivotTable | 6 | A PivotTable report. |
xlSourceQuery | 7 | A query table (external data range). |