Method | Description | |
---|---|---|
AddRow ( ) : int | ||
Clear ( ) : void | ||
DisableEvent ( object eventId ) : void | ||
EnableEvent ( object eventId ) : void | ||
GetEnumerator ( ) : IEnumerator | ||
GetValue ( int row, int column ) : object | ||
Initialize ( |
||
InsertRowAfter ( int row ) : int | ||
InsertRowBefore ( int row ) : int | ||
RemoveRow ( int row ) : void | ||
SetValue ( int row, int column, object value ) : void |
Method | Description | |
---|---|---|
OnRowChanged ( ListRowEventArgs e ) : void | ||
OnRowDeleted ( ListRowEventArgs e ) : void | ||
OnRowInserted ( ListRowEventArgs e ) : void |
public DisableEvent ( object eventId ) : void | ||
eventId | object | |
return | void |
public GetValue ( int row, int column ) : object | ||
row | int | |
column | int | |
return | object |
public SetValue ( int row, int column, object value ) : void | ||
row | int | |
column | int | |
value | object | |
return | void |