'Declaration Function Delete( _ Optional ByVal count As Integer _ ) As Boolean
'Usage Dim instance As ITableRow Dim count As Integer Dim value As Boolean value = instance.Delete(count)
bool Delete( int count )
true
false
ITableRow Interface ITableRow Members