Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 682 Bytes

File metadata and controls

31 lines (25 loc) · 682 Bytes

EXL_GetCellBordeDiff

Description

Check is inconsistency found on cell borders.

FUNCTION EXL_GetCellBordeDiff(
				sheetIndex                : INTEGER;
				cellRow                   : INTEGER;
				cellColumn                : INTEGER;
				VAR outInconsistencyFound : BOOLEAN): BOOLEAN;
def vs.EXL_GetCellBordeDiff(sheetIndex, cellRow, cellColumn):
    return (BOOLEAN, outInconsistencyFound)

Parameters

Name Type Description
sheetIndex INTEGER
cellRow INTEGER
cellColumn INTEGER
outInconsistencyFound BOOLEAN

Version

Availability: from Vectorworks 2021

Category