IApplicationXPos Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxshort this[
string Name = ""
] { get; }
ReadOnly Property XPos (
Optional Name As String = ""
) As Short
Get
Dim instance As IApplication
Dim Name As String
Dim value As Short
value = instance.XPos(Name)
property short XPos[[InAttribute] String^ Name = L""] {
short get ([InAttribute] String^ Name = L"");
}
Parameters
- Name (Optional)
- Type: SystemString
Property Value
Type:
Int16
See Also