IDictionaryGetFieldLength Method |
Returns the size of the column. String length
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint GetFieldLength(
int FieldId
)
Function GetFieldLength (
FieldId As Integer
) As Integer
Dim instance As IDictionary
Dim FieldId As Integer
Dim returnValue As Integer
returnValue = instance.GetFieldLength(FieldId)
int GetFieldLength(
[InAttribute] int FieldId
)
Parameters
- FieldId
- Type: SystemInt32
Return Value
Type:
Int32
See Also