The AreaRetrieval type exposes the following members.
Methods | Name | Description |
---|
  | GetAreaType |
Creates the ClickedCellInfo from the data grid and the mouse coordinates of the click.
|
  | GetColumnNumber |
Retrieves the column number clicked onto
|
  | GetColumnWidthResizingPositions |
Get a list of horizontal positions, where the cursor should switch to a horizontal resizing cursor.
|
  | GetCoordinatesOfDataCell | |
  | GetCoordinatesOfPropertyCell | |
  | GetFirstAndNumberOfVisibleColumn | |
  | GetFirstVisibleColumnForLastVisibleColumn |
retrieves, to which column should be scrolled in order to make
the column nForLastCol the last visible column
|
  | GetFirstVisiblePropertyColumn(WorksheetLayout, Int32) | |
  | GetFirstVisiblePropertyColumn(Double, WorksheetLayout, Int32) | |
  | GetFirstVisibleTableRow(WorksheetLayout, Int32) |
Gets the first table row that is visible.
|
  | GetFirstVisibleTableRow(Double, WorksheetLayout, Int32) |
Gets the first table row that is visible under the coordinate top.
|
  | GetFullyVisibleColumns | |
  | GetFullyVisiblePropertyColumns(WorksheetLayout, Int32, Double) |
Gets the number of fully visible property columns in the full table area, i.e. between the y coordinates 0 to TableAreaHeight.
|
  | GetFullyVisiblePropertyColumns(Double, Double, WorksheetLayout, Int32) | |
  | GetFullyVisibleTableRows | |
  | GetLastFullyVisibleColumn | |
  | GetLastFullyVisiblePropertyColumn | |
  | GetLastFullyVisibleTableRow | |
  | GetLastVisibleTableRow | |
  | GetRemainingEnabledPropertyColumns | Returns the remaining number of property columns that could be shown below the current scroll position. |
  | GetRowNumber |
Returns the row number of the clicked cell.
|
  | GetTopCoordinateOfPropertyColumn | |
  | GetTopCoordinateOfTableRow | |
  | GetTotalEnabledPropertyColumns | |
  | GetVerticalPositionOfFirstVisibleDataRow |
This returns the vertical position of the first visible data row.;
|
  | GetVisibleColumns | |
  | GetVisiblePropertyColumns | |
  | GetVisibleTableRows |
How many data rows are visible between top and bottom?
|
  | GetXCoordinatesOfColumn |
Gets the horizontal position and the width of a data column.
|
Top
See Also