Click or drag to resize

AreaRetrievalGetCoordinatesOfDataCell Method

[Missing <summary> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]


Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static RectangleD2D GetCoordinatesOfDataCell(
	int nCol,
	int nRow,
	WorksheetLayout layout,
	int HorzScrollPos,
	int VertScrollPos
)

Parameters

nCol  Int32

[Missing <param name="nCol"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

nRow  Int32

[Missing <param name="nRow"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

layout  WorksheetLayout

[Missing <param name="layout"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

HorzScrollPos  Int32

[Missing <param name="HorzScrollPos"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

VertScrollPos  Int32

[Missing <param name="VertScrollPos"/> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

Return Value

RectangleD2D

[Missing <returns> documentation for "M:Altaxo.Worksheet.AreaRetrieval.GetCoordinatesOfDataCell(System.Int32,System.Int32,Altaxo.Worksheet.WorksheetLayout,System.Int32,System.Int32)"]

See Also