Get cell right border - weight, color, is enable and style.
FUNCTION EXL_GetCellBorderR(
sheetIndex : INTEGER;
cellRow : INTEGER;
cellColumn : INTEGER;
VAR outWeight : INTEGER;
VAR outColor : INTEGER;
VAR outEnabled : BOOLEAN;
VAR outStyle : INTEGER): BOOLEAN;def vs.EXL_GetCellBorderR(sheetIndex, cellRow, cellColumn):
return (BOOLEAN, outWeight, outColor, outEnabled, outStyle)| Name | Type | Description |
|---|---|---|
| sheetIndex | INTEGER | |
| cellRow | INTEGER | |
| cellColumn | INTEGER | |
| outWeight | INTEGER | |
| outColor | INTEGER | |
| outEnabled | BOOLEAN | |
| outStyle | INTEGER |
Availability: from Vectorworks 2021