This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
opensource
/
luckysheet-io
Sledovat
6
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
093cf980a9
Větve
Značky
master
luckysheet-io
/
packages
/
xlsx
/
src
/
Row.ts
Row.ts
112 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
export class Row {
/**
* height
*/
h: number;
/**
* hidden
*/
hd: boolean;
}