'Usage Dim instance As ITableColumn Dim count As Integer Dim value As Boolean value = instance.Delete(count)
Parameters
- count
- The total number of removed columns.
Return Value
true
if the table column is removed, false
otherwise.'Usage Dim instance As ITableColumn Dim count As Integer Dim value As Boolean value = instance.Delete(count)
true
if the table column is removed, false
otherwise.