ISelections2Item Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOSelection this[
int Index = 0
] { get; }
ReadOnly Default Property Item (
Optional Index As Integer = 0
) As SOSelection
Get
Dim instance As ISelections2
Dim Index As Integer
Dim value As SOSelection
value = instance(Index)
property SOSelection^ default[[InAttribute] int Index = 0] {
SOSelection^ get ([InAttribute] int Index = 0);
}
Parameters
- Index (Optional)
- Type: SystemInt32
Property Value
Type:
SOSelection
See Also