Spread Silverlight Documentation
CharSetIndex Property (ExcelFont)


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

Property Value

The index of the char set.
See Also

Reference

ExcelFont Class
ExcelFont Members