public sealed class FrameColumnCollection : IReadOnlyCollection<FrameColumn>,
IEnumerable<FrameColumn>, IEnumerable, IReadOnlyList<FrameColumn>
Public NotInheritable Class FrameColumnCollection
Implements IReadOnlyCollection(Of FrameColumn), IEnumerable(Of FrameColumn),
IEnumerable, IReadOnlyList(Of FrameColumn)
public ref class FrameColumnCollection sealed : IReadOnlyCollection<FrameColumn^>,
IEnumerable<FrameColumn^>, IEnumerable, IReadOnlyList<FrameColumn^>
[<SealedAttribute>]
type FrameColumnCollection =
class
interface IReadOnlyCollection<FrameColumn>
interface IEnumerable<FrameColumn>
interface IEnumerable
interface IReadOnlyList<FrameColumn>
end
Count | Gets the number of columns. |
ItemInt32 | Gets the column with the given index. |
ItemString | Gets the column with the given name. |
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) |
GetIndexOf | Gets the index of the column with the given name. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |