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
)
Public Sub RemoveRow (
p_RowIdx As Integer
)
Parameters
- p_RowIdx
- Type: SystemInt32
Index of the row.
See Also