1# Interface: Location 2 3### Properties 4 5* [endCol](#endcol) 6* [endOffset](#endoffset) 7* [endLine](#endline) 8* [startCol](#startcol) 9* [startOffset](#startoffset) 10* [startLine](#startline) 11 12--- 13 14## Properties 15 16<a id="endcol"></a> 17 18### endCol 19 20**● endCol**: *`number`* 21 22One-based column index of the last character 23 24___ 25<a id="endoffset"></a> 26 27### endOffset 28 29**● endOffset**: *`number`* 30 31Zero-based last character index 32 33___ 34<a id="endline"></a> 35 36### endLine 37 38**● endLine**: *`number`* 39 40One-based line index of the last character 41 42___ 43<a id="startcol"></a> 44 45### startCol 46 47**● startCol**: *`number`* 48 49One-based column index of the first character 50 51___ 52<a id="startoffset"></a> 53 54### startOffset 55 56**● startOffset**: *`number`* 57 58Zero-based first character index 59 60___ 61<a id="startline"></a> 62 63### startLine 64 65**● startLine**: *`number`* 66 67One-based line index of the first character 68 69___ 70