C# Class ZForge.Controls.XPTable.Sorting.SortColumnCollection

Represents a collection of SortColumn objects
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Add ( SortColumn sortColumn ) : int

Adds the specified SortColumn to the end of the collection

SortColumnCollection ( ) : System

Initializes a new instance of the SortColumnCollection class

this ( int index ) : SortColumn

Gets the Cell at the specified index

Method Details

Add() public méthode

Adds the specified SortColumn to the end of the collection
public Add ( SortColumn sortColumn ) : int
sortColumn SortColumn The SortColumn to add
Résultat int

SortColumnCollection() public méthode

Initializes a new instance of the SortColumnCollection class
public SortColumnCollection ( ) : System
Résultat System

this() public méthode

Gets the Cell at the specified index
public this ( int index ) : SortColumn
index int
Résultat SortColumn