C# Класс SourceGrid.Grid.GridRows

Наследование: RowInfoCollection
Показать файл Открыть проект

Открытые методы

Метод Описание
GridRows ( Grid grid ) : System
Insert ( int p_Index ) : void

Insert a row at the specified position

InsertRange ( int p_StartIndex, int p_Count ) : void

Insert the specified number of rows at the specified position

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

Защищенные методы

Метод Описание
CreateRow ( ) : SourceGrid.GridRow

Описание методов

CreateRow() защищенный Метод

protected CreateRow ( ) : SourceGrid.GridRow
Результат SourceGrid.GridRow

GridRows() публичный Метод

public GridRows ( Grid grid ) : System
grid Grid
Результат System

Insert() публичный Метод

Insert a row at the specified position
public Insert ( int p_Index ) : void
p_Index int
Результат void

InsertRange() публичный Метод

Insert the specified number of rows at the specified position
public InsertRange ( int p_StartIndex, int p_Count ) : void
p_StartIndex int
p_Count int
Результат void

SetCount() публичный Метод

public SetCount ( int value ) : void
value int
Результат void

this() публичный Метод

public this ( int index ) : SourceGrid.GridRow
index int
Результат SourceGrid.GridRow