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
)
Public Sub Resize (
p_RowNo As Integer,
p_ColNo As Integer
)
Parameters
- p_RowNo
- Type: SystemInt32
The row number. - p_ColNo
- Type: SystemInt32
The col number.
See Also