XlSourceType Enumeration

Identifies the source object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlSourceType
'Usage
Dim instance As XlSourceType
public enum XlSourceType

Members

Member name Description
xlSourceWorkbook A workbook.
xlSourceSheet An entire worksheet.
xlSourcePrintArea A range of cells selected for printing.
xlSourceAutoFilter An AutoFilter range.
xlSourceRange A range of cells.
xlSourceChart A chart.
xlSourcePivotTable A PivotTable report.
xlSourceQuery A query table (external data range).

See Also

Reference

Microsoft.Office.Interop.Excel Namespace