Method | Description | |
---|---|---|
RowEventArgs ( |
Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
|
|
RowEventArgs ( |
Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
|
|
RowEventArgs ( |
Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
|
Method | Description | |
---|---|---|
SetRowIndex ( int rowIndex ) : void |
|
public RowEventArgs ( |
||
source | The Row that originated the event | |
cell | The affected Cell | |
cellFromIndex | int | The start index of the affected Cell(s) |
cellToIndex | int | The end index of the affected Cell(s) |
return | System |
public RowEventArgs ( |
||
source | The Row that originated the event | |
eventType | RowEventType | The type of event |
return | System |
public RowEventArgs ( |
||
source | The Row that originated the event | |
rowIndex | int | The index of the Row |
cell | The affected Cell | |
cellFromIndex | int | The start index of the affected Cell(s) |
cellToIndex | int | The end index of the affected Cell(s) |
eventType | RowEventType | The type of event |
return | System |