Skip to content

overlay

function overlay(
src,
replace,
pos,
len?): Column;

Defined in: functions/string.ts:178

Overlays the specified portion of a string with another string.

ParameterTypeDefault value
srcColOrNameundefined
replaceColOrNameundefined
posnumberundefined
lennumber-1

Column