![]() | IColumnView Methods |
The IColumnView type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetDataSourceRowIndex |
Returns the index of the data source record which the specified row handle corresponds to
|
![]() | GetRow |
Returns an object that represents the specified row
|
![]() | GetRowCellDisplayText(Int32, IGridColumn) |
Returns a specific cell's display value from the current View
|
![]() | GetRowCellDisplayText(Int32, String) |
Returns a specific cell's display value from the current View
|
![]() | GetRowCellValue(Int32, IGridColumn) |
Returns the specified cell's value in the current View
|
![]() | GetRowCellValue(Int32, String) |
Returns the specified cell's value in the current View
|
![]() | GetRowHandle |
Returns the handle of the row which represents the specified record in the data source
|
![]() | GetSelectedRows |
Returns the handles of the selected rows
|
![]() | SelectAll |
Selects all rows within the View
|
![]() | SelectRow |
Adds a row to the current selection
|