Click or drag to resize
XMatrixResize Method
Resizes to the specified row number and column number.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Resize(
	int p_RowNo,
	int p_ColNo
)

Parameters

p_RowNo
Type: SystemInt32
The row number.
p_ColNo
Type: SystemInt32
The col number.
See Also