This document is archived and information here might be outdated. Recommended version. |
The file at the given index.
[Visual Basic .NET]
Public Function get_File ( _
ByVal index As Integer _
) As String
[C#]
public string get_File (
int index
);
[C++]
HRESULT get_File(
long index,
System.String* path
);
[C++] Parameters index [in]
index is a parameter of type long path [out, retval]
path is a parameter of type BSTR*
Returns the style file that is stored in the gallery at the specified index.