Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Subscript Property


In This Topic
Subscript Property
In This Topic
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

Property Value

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