Click or drag to resize

IColumnView Methods

The IColumnView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDataSourceRowIndex
Returns the index of the data source record which the specified row handle corresponds to
Public methodGetRow
Returns an object that represents the specified row
Public methodGetRowCellDisplayText(Int32, IGridColumn)
Returns a specific cell's display value from the current View
Public methodGetRowCellDisplayText(Int32, String)
Returns a specific cell's display value from the current View
Public methodGetRowCellValue(Int32, IGridColumn)
Returns the specified cell's value in the current View
Public methodGetRowCellValue(Int32, String)
Returns the specified cell's value in the current View
Public methodGetRowHandle
Returns the handle of the row which represents the specified record in the data source
Public methodGetSelectedRows
Returns the handles of the selected rows
Public methodSelectAll
Selects all rows within the View
Public methodSelectRow
Adds a row to the current selection
Top
See Also