Version

RVExcelDataSourceItem Class Members

The following tables list the members exposed by RVExcelDataSourceItem.

Public Constructors
 NameDescription
Public ConstructorRVExcelDataSourceItem Constructor  
Public Properties
 NameDescription
Public PropertyDataSourceReference to the data source object this item belongs to. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyDescriptionDescription of this data source item. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyFirstRowContainsLabelsFlag indicating if the first row contains labels or data, it defaults to true. If you set this flag to false the columns will be automatically named as 'COL1', 'COL2', etc.  
Public PropertyIdThe value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name. (Inherited from Infragistics.Sdk.RVDataSourceItem)
Public PropertyNamedRangeNamed range to get data from, it's optional and if no specified the sheet specified in Sheet will be used.  
Public PropertyPivotTableName of the pivot table to get data from.  
Public PropertyRangeDefinition of the range to load data from in the specified sheet.  
Public PropertyResourceItemThe resource item used to get the data for the referenced file, must be an item from one of the resource providers: Sharepoint, Web Resource, REST API, etc. (Inherited from Infragistics.Sdk.RVResourceBasedDataSourceItem)
Public PropertySheetName of the sheet in the worksheet to get the data from, if not specified and NamedRange is null, then the first sheet in the file will be used.  
Public PropertyTitleThe title of the item, as displayed to the user, it might be for example the name of the table in a database. (Inherited from Infragistics.Sdk.RVDataSourceItem)
See Also