StatusBarServiceSetSelectionMulti Method |
Updates the status bar for a rectangular multi-cell selection.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetSelectionMulti(
int rows,
int cols
)
Parameters
- rows Int32
- The number of selected rows.
- cols Int32
- The number of selected columns.
See Also