| DataColumnRemoveRows Method | 
            Removes a number of rows (given by nCount) beginning from nFirstRow,
            i.e. remove rows number nFirstRow ... nFirstRow+nCount-1.
            
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic abstract void RemoveRows(
	int nFirstRow,
	int nCount
)
Parameters
- nFirstRow  Int32
- Number of first row to delete.
- nCount  Int32
- Number of rows to delete.
 See Also
See Also