The font for the specified symbol number.
[Visual Basic 6.0] Property Font(
ByVal SymbolNumber As Long _
) As IFontDisp
[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 );
[Java] public IFontDisp getFont ( Long SymbolNumber )
[Java] public void setFontByRef( Long SymbolNumber ) throws IOException, AutomationException
[C++]
HRESULT get_Font(
long SymbolNumber,
IFontDisp** Font
);
[C++] HRESULT putref_Font( long SymbolNumber, IFontDisp* Font);
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