Gets a formatted value from the
Values array.
public System.string GetFormattedValue(
System.int
)
public function GetFormattedValue(
: System.Integer
): System.String;
public function GetFormattedValue(
: System.int
) : System.String;
public: System.string* GetFormattedValue(
System.int
)
public:
System.String^ GetFormattedValue(
System.int
)
'Declaration
Public Overloads Function GetFormattedValue( _
ByVal As System.Integer _
) As System.String
'Usage
Dim instance As C1OlapKey
Dim index As System.Integer
Dim value As System.String
value = instance.GetFormattedValue(index)
Parameters
- index
- Index of the field whose value should be retrieved.
Return Value
The formatted value for the given index.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2