<< xls_GetDfltSaveFmt xls_link xls_GetRange >>

xls_link >> xls_link > xls_GetFont

xls_GetFont

Get range font property.

Calling Sequence

propertyValue = xls_GetFont([fontProperty])

Parameters

fontProperty

if this parameter is not specificied, "name" is used.

Outputs

propertyValue

Return the font property value.

Description

Get range font property.

Example

xls_NewExcel();
xls_AddWorkbook();

xls_GetFont()
xls_GetFont("name")
xls_GetFont("underline")
xls_GetFont("bold")
xls_GetFont("size")

xls_SetSave(%t);
xls_Close();
xls_Quit();

See Also


Report an issue
<< xls_GetDfltSaveFmt xls_link xls_GetRange >>