AreaRetrievalGetCoordinatesOfDataCell Method |
Gets the coordinates of a data cell.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static RectangleD2D GetCoordinatesOfDataCell(
int nCol,
int nRow,
WorksheetLayout layout,
int HorzScrollPos,
int VertScrollPos
)
Parameters
- nCol Int32
- The data column index.
- nRow Int32
- The data row index.
- layout WorksheetLayout
- The worksheet layout.
- HorzScrollPos Int32
- The horizontal scroll position.
- VertScrollPos Int32
- The vertical scroll position.
Return Value
RectangleD2DThe rectangle describing the data cell.
See Also