public class SpreadSheet.SSOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
address |
boolean |
bugfix |
int |
cols |
boolean |
debug |
boolean |
enable3d |
String |
name |
int |
rows |
boolean |
slave |
| Constructor and Description |
|---|
SpreadSheet.SSOptions(int c,
int r,
boolean e,
boolean b,
boolean d,
String n,
String a,
boolean s) |