@@ -44,36 +44,39 @@ const A1 = require('@flighter/a1-notation');
44
44
45
45
** Note:** A1 string could be represented in any register. ` A1 === a1 ` , ` A1:B2 === a1:b2 === A1:b2 === a1:B2 `
46
46
47
- - [ static isValid(a1: string): boolean] ( docs/method-static-isValid.md )
48
- - [ static getCol(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md )
49
- - [ static getLastCol(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md )
50
- - [ static getRow(a1: string): number] ( docs/method-static-get.md )
51
- - [ static getLastRow(a1: string): number] ( docs/method-static-get.md )
52
- - [ static getWidth(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md )
53
- - [ static getHeight(a1: string): number] ( docs/method-static-get.md )
54
- - [ static toCol(col: number): string] ( docs/method-static-to.md )
55
- - [ static toRow(row: number): string] ( docs/method-static-to.md )
56
- - [ constructor] ( docs/constructor.md )
57
- - [ get(): string] ( docs/method-get.md )
58
- - [ toString(): string] ( docs/method-get.md )
59
- - [ toJSON(): result] ( docs/method-get.md )
60
- - [ getCol(): number] ( docs/method-get.md )
61
- - [ getLastCol(): number] ( docs/method-get.md )
62
- - [ getRow(): number] ( docs/method-get.md )
63
- - [ getLastRow(): number] ( docs/method-get.md )
64
- - [ getWidth(): number] ( docs/method-get.md )
65
- - [ getHeight(): number] ( docs/method-get.md )
66
- - [ setCol(val: string | number): this] ( docs/method-set.md )
67
- - [ setLastCol(val: string | number): this] ( docs/method-set.md )
68
- - [ setRow(val: string | number): this] ( docs/method-set.md )
69
- - [ setLastRow(val: string | number): this] ( docs/method-set.md )
70
- - [ copy(): A1] ( docs/method-copy.md )
71
- - [ addX(count: number): this] ( docs/method-add.md )
72
- - [ addY(count: number): this] ( docs/method-add.md )
73
- - [ add(countX: number, countY: number): this] ( docs/method-add.md )
74
- - [ removeX(count: number): this] ( docs/method-remove.md )
75
- - [ removeY(count: number): this] ( docs/method-remove.md )
76
- - [ remove(countX: number, countY: number): this] ( docs/method-remove.md )
47
+ - [ static isValid(a1: string): boolean] ( docs/method-static-isValid.md#isvalid )
48
+ - [ static getCol(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md#getcol )
49
+ - [ static getLastCol(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md#getlastcol )
50
+ - [ static getRow(a1: string): number] ( docs/method-static-get.md#getrow )
51
+ - [ static getLastRow(a1: string): number] ( docs/method-static-get.md#getlastrow )
52
+ - [ static getWidth(a1: string, converter: 1 | 2 = 1): number] ( docs/method-static-get.md#getwidth )
53
+ - [ static getHeight(a1: string): number] ( docs/method-static-get.md#getheight )
54
+ - [ static toCol(col: number): string] ( docs/method-static-to.md#tocol )
55
+ - [ static toRow(row: number): string] ( docs/method-static-to.md#torow )
56
+ - [ constructor] ( docs/constructor.md#constructor )
57
+ - [ get(): string] ( docs/method-get.md#get )
58
+ - [ toString(): string] ( docs/method-get.md#tostring )
59
+ - [ toJSON(): result] ( docs/method-get.md#tojson )
60
+ - [ getCol(): number] ( docs/method-get.md#getcol )
61
+ - [ getLastCol(): number] ( docs/method-get.md#getlastcol )
62
+ - [ getRow(): number] ( docs/method-get.md#getrow )
63
+ - [ getLastRow(): number] ( docs/method-get.md#getlastrow )
64
+ - [ getWidth(): number] ( docs/method-get.md#getwidth )
65
+ - [ getHeight(): number] ( docs/method-get.md#getheight )
66
+ - [ setCol(val: string | number): this] ( docs/method-set.md#setcol )
67
+ - [ setLastCol(val: string | number): this] ( docs/method-set.md#setlastcol )
68
+ - [ setRow(val: string | number): this] ( docs/method-set.md#setrow )
69
+ - [ setLastRow(val: string | number): this] ( docs/method-set.md#setlastrow )
70
+ - [ copy(): A1] ( docs/method-copy.md#copy )
71
+ - [ addX(count: number): this] ( docs/method-add.md#addx )
72
+ - [ addY(count: number): this] ( docs/method-add.md#addy )
73
+ - [ add(countX: number, countY: number): this] ( docs/method-add.md#add )
74
+ - [ removeX(count: number): this] ( docs/method-remove.md#removex )
75
+ - [ removeY(count: number): this] ( docs/method-remove.md#removey )
76
+ - [ remove(countX: number, countY: number): this] ( docs/method-remove.md#remove )
77
77
- [ shiftX(offset: number): this] ( docs/method-shift.md#shiftx )
78
78
- [ shiftY(offset: number): this] ( docs/method-shift.md#shifty )
79
79
- [ shift(offsetX: number, offsetY: number): this] ( docs/method-shift.md#shift )
80
+
81
+ ## License
82
+ [ MIT] ( LICENSE )
0 commit comments