Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FontX Class / LocalFontListIndex Property


In This Topic
LocalFontListIndex Property
In This Topic
One-based index into the collection of Font records in this chart sheet substream where the index is equal to iFont, where n is the number of Font records in the globals substream.
Syntax
'Declaration
 
Public Property LocalFontListIndex As Nullable(Of UShort)
 
'Usage
 
Dim instance As FontX
Dim value As Nullable(Of UShort)
 
instance.LocalFontListIndex = value
 
value = instance.LocalFontListIndex
See Also