Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
Modifier and Type | Method and Description |
---|---|
static Range.SyncLevel |
Range.SyncLevel.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Range.SyncLevel[] |
Range.SyncLevel.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.setSyncLevel(Range.SyncLevel syncLevel)
Deprecated.
It is always synchronized on Book by a read-write lock
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.setSyncLevel(Range.SyncLevel syncLevel)
Deprecated.
since 3.5 it is always synchronized on book by a read write lock.
|
Copyright © 2020. All rights reserved.