DataFrameColumnCollection Class
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.
A DataFrameColumnCollection is just a container that holds a number of DataFrameColumn instances.
public class DataFrameColumnCollection : System.Collections.ObjectModel.Collection<Microsoft.Data.Analysis.DataFrameColumn>
type DataFrameColumnCollection = class
inherit Collection<DataFrameColumn>
Public Class DataFrameColumnCollection
Inherits Collection(Of DataFrameColumn)
- Inheritance
-
DataFrameColumnCollection
Properties
Item[String] |
An indexer based on Name |