SpreadJS Documentation
font Method
The column font.
Gets or sets the font for the column, such as "normal normal normal 20px/normal Arial".
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: string
returnValue = instance.font(value);
function font( 
   value : string
) : string;

Parameters

value
The column font.

Return Value

The column font.
Example
This example sets the font.
activeSheet.getColumn(3).font("12pt Arial");
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.