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

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

Public Methods

Method 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 method

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

SortColumnCollection() public method

Initializes a new instance of the SortColumnCollection class
public SortColumnCollection ( ) : System
return System

this() public method

Gets the Cell at the specified index
public this ( int index ) : SortColumn
index int
return SortColumn