ILicAgent.GetPriceItemValue Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function GetPriceItemValue ( _
dwCurrencyIndex As UInteger, _
dwIndex As UInteger _
) As String
'Usage
Dim instance As ILicAgent
Dim dwCurrencyIndex As UInteger
Dim dwIndex As UInteger
Dim returnValue As String
returnValue = instance.GetPriceItemValue(dwCurrencyIndex, _
dwIndex)
string GetPriceItemValue(
uint dwCurrencyIndex,
uint dwIndex
)
Parameters
- dwCurrencyIndex
Type: System.UInt32
- dwIndex
Type: System.UInt32
Return Value
Type: System.String