Add - creates a new counter for a field. e.g: Add('contact.number2')
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Add(
string TableAndFieldName
)
Sub Add (
TableAndFieldName As String
)
Dim instance As INumbers
Dim TableAndFieldName As String
instance.Add(TableAndFieldName)
void Add(
[InAttribute] String^ TableAndFieldName
)
Parameters
- TableAndFieldName
- Type: SystemString
See Also