Spread Windows Forms 12.0 Product Documentation
Subscript Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Subscript Property
True if the font is formatted as subscript. False by default.
Syntax
'Declaration
 
Property Subscript As Boolean
'Usage
 
Dim instance As IFont
Dim value As Boolean
 
instance.Subscript = value
 
value = instance.Subscript
bool Subscript {get; set;}

Property Value

true if subscript; otherwise, false.
Remarks
This property take effect on XLSX import/export only.
See Also

Reference

IFont Interface
IFont Members