public sealed class FrameColumn : IEnumerablePublic NotInheritable Class FrameColumn
Implements IEnumerablepublic ref class FrameColumn sealed : IEnumerable[<SealedAttribute>]
type FrameColumn =
class
interface IEnumerable
endTo obtained strongly typed values of the data in the column, use the As method.
| Count | Gets the number of values in the column. |
| Item | Gets the value at the given index. |
| Name | Gets the name of the column. |
| StorageType | Gets the type of data stored in the column. |
| AsT | Exposes the column as a list of uniform type. |
| AsTIn, TOut(FuncTIn, TOut) | Returns a transformation of the column as a typed list. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |