This document is archived and information here might be outdated. Recommended version. |
Selects the dimension for viewing by an index.
[Visual Basic .NET] Public Sub SelectDimensionByIndex ( _ ByVal dim As String, _ ByVal index As Integer _ )
[C#] public void SelectDimensionByIndex ( string dim, int index );
[C++]
HRESULT SelectDimensionByIndex(
BSTR dim,
long index
);
[C++]
Parameters dim [in]
dim is a parameter of type BSTR index [in]
index is a parameter of type long