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