Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.GetFaceNameIndex Method 

Back to Class Index

Gets the index given a face name.

[Visual Basic]
Public Shared Function GetFaceNameIndex( _
   ByVal faceName As String _
) As Short
[C#]
public static short GetFaceNameIndex(
   string faceName
);

Parameters

faceName
FaceName of the font.

Return Value

index in the installedfontcollection

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace