AreaRetrievalGetTopCoordinateOfTableRow Method |
Gets the top coordinate of the specified table row.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetTopCoordinateOfTableRow(
int nRow,
WorksheetLayout layout,
int VertScrollPos
)
Parameters
- nRow Int32
- The row index.
- layout WorksheetLayout
- The worksheet layout.
- VertScrollPos Int32
- The vertical scroll position.
Return Value
Int32The top coordinate of the table row.
See Also