Click or drag to resize

StatusBarServiceSetSelectionMulti Method

Updates the status bar for a rectangular multi-cell selection.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetSelectionMulti(
	int rows,
	int cols
)

Parameters

rows  Int32
The number of selected rows.
cols  Int32
The number of selected columns.
See Also