C# Class SourceGrid.Grid.GridColumns

Inheritance: SourceGrid.ColumnInfoCollection
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
GridColumns ( Grid grid ) : System
Insert ( int p_Index ) : void

Insert a column at the specified position

InsertRange ( int p_StartIndex, int p_Count ) : void

Insert the specified number of Columns at the specified position

SetCount ( int value ) : void
this ( int index ) : SourceGrid.GridColumn

Protected Methods

Method Description
CreateColumn ( ) : SourceGrid.GridColumn

Method Details

CreateColumn() protected method

protected CreateColumn ( ) : SourceGrid.GridColumn
return SourceGrid.GridColumn

GridColumns() public method

public GridColumns ( Grid grid ) : System
grid Grid
return System

Insert() public method

Insert a column at the specified position
public Insert ( int p_Index ) : void
p_Index int
return void

InsertRange() public method

Insert the specified number of Columns at the specified position
public InsertRange ( int p_StartIndex, int p_Count ) : void
p_StartIndex int
p_Count int
return void

SetCount() public method

public SetCount ( int value ) : void
value int
return void

this() public method

public this ( int index ) : SourceGrid.GridColumn
index int
return SourceGrid.GridColumn