_IMsoOleAccDispObj.accValue Property (Object)
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property accValue ( _
varChild As Object _
) As String
Get
Set
'Usage
Dim instance As _IMsoOleAccDispObj
Dim varChild As Object
Dim value As String
value = instance.accValue(varChild)
instance.accValue(varChild) = value
string this[
Object varChild
] { get; set; }
Parameters
- varChild
Type: System.Object
Property Value
Type: System.String