'Declaration
Public Sub ClearRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ )
public void ClearRange( int? startingIndex, int? count )
Parameters
- startingIndex
- Index of the starting.
- count
- The count.
'Declaration
Public Sub ClearRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ )
public void ClearRange( int? startingIndex, int? count )