Click or drag to resize
XMatrixRemoveRow Method
Removes the row.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RemoveRow(
	int p_RowIdx
)

Parameters

p_RowIdx
Type: SystemInt32
Index of the row.
See Also