AreaRetrievalGetFirstAndNumberOfVisibleColumn Method |
Gets the first visible data column and the number of visible columns.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetFirstAndNumberOfVisibleColumn(
double left,
double right,
WorksheetLayout layout,
int HorzScrollPos,
out int numVisibleColumns
)
Parameters
- left Double
- The left x coordinate.
- right Double
- The right x coordinate.
- layout WorksheetLayout
- The worksheet layout.
- HorzScrollPos Int32
- The horizontal scroll position.
- numVisibleColumns Int32
- Receives the number of visible columns.
Return Value
Int32The first visible data column.
See Also