This document is archived and information here might be outdated. Recommended version. |
The font for the specified symbol number.
[Visual Basic .NET] Public Function get_Font ( _ ByVal SymbolNumber As Integer _ ) As stdole.IFontDisp
[Visual Basic .NET] Public Sub set_Font ( _ ByVal SymbolNumber As Integer, _ ByVal Font As stdole.IFontDisp _ )
[C#] public stdole.IFontDisp get_Font ( int SymbolNumber );
[C#] public void set_Font ( int SymbolNumber, stdole.IFontDisp Font );
[C++]
HRESULT get_Font(
long SymbolNumber,
IFontDisp** Font
);
[C++]
HRESULT putref_Font(
long SymbolNumber,
IFontDisp* Font
);
[C++]
Parameters SymbolNumber [in]
SymbolNumber is a parameter of type long Font [out, retval]
Font is a parameter of type IFontDisp** SymbolNumber [in]
SymbolNumber is a parameter of type long Font [in]
Font is a parameter of type IFontDisp*