Set cell font style, font size, font index, text color index and is inconsistency found.
FUNCTION EXL_SetCellFont(
sheetIndex : INTEGER;
cellRow : INTEGER;
cellColumn : INTEGER;
fontStyle : INTEGER;
fontSize : INTEGER;
fontIndex : INTEGER;
textColorIndex : INTEGER;
VAR outInconsistencyFound : BOOLEAN): BOOLEAN;def vs.EXL_SetCellFont(sheetIndex, cellRow, cellColumn, fontStyle, fontSize, fontIndex, textColorIndex):
return (BOOLEAN, outInconsistencyFound)| Name | Type | Description |
|---|---|---|
| sheetIndex | INTEGER | |
| cellRow | INTEGER | |
| cellColumn | INTEGER | |
| fontStyle | INTEGER | |
| fontSize | INTEGER | |
| fontIndex | INTEGER | |
| textColorIndex | INTEGER | |
| outInconsistencyFound | BOOLEAN |
Availability: from Vectorworks 2021