Function ReferenceCOLSOn this pageCOLS Returns the number of columns in a matrix. Aliases: COLUMNS CategoryMatrixSyntaxCOLS(matrix) Parameters ParameterRequiredDescriptionmatrixRequiredThe matrix to count columns in. Example COLS([1, 2; 3, 4]) Auto-generated from the EngCanvas function registry.