Products
|
Download
|
Order
|
Contact us
|
Photo restoration
NativeExcel suite v2.x
Reference
>
IXLSFont
IXLSFont interface
Unit:
nExcel
Contains the font attributes (font name, font size, color, and so on)
Description
Use the Font property to return the Font object.
Properties
Name property
Size property
ColorIndex property
Color property
Bold property
Italic property
Strikethrough property
OutLineFont property
Shadow property
Underline property
SubScript property
SuperScript property
Example
The following example formats cells A1:C5 as bold.
Workbook.Sheets[
1
].Range[
'A1'
,
'C5'
].Font.Bold := true;
Copyright © NikaSoft 2004-2007