Spread Silverlight Documentation
CharSetIndex Property (IExcelFont)


GrapeCity.Excel Namespace > IExcelFont Interface : CharSetIndex Property
Gets or sets the index of the char set.
Syntax
'Declaration
 
Property CharSetIndex As System.Byte
'Usage
 
Dim instance As IExcelFont
Dim value As System.Byte
 
instance.CharSetIndex = value
 
value = instance.CharSetIndex
System.byte CharSetIndex {get; set;}

Property Value

The index of the char set.
See Also

Reference

IExcelFont Interface
IExcelFont Members