[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SourceRange](./puppeteer.protocol.css.sourcerange.md) > [endColumn](./puppeteer.protocol.css.sourcerange.endcolumn.md) ## Protocol.CSS.SourceRange.endColumn property End column of range (exclusive). Signature: ```typescript endColumn: integer; ```