Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
static Range.AutoFilterOperation |
Range.AutoFilterOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.AutoFilterOperation[] |
Range.AutoFilterOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.enableAutoFilter(int field,
Range.AutoFilterOperation filterOp,
Object criteria1,
Object criteria2,
Boolean showButton)
Enables autofilter and set extra condition
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.enableAutoFilter(int field,
Range.AutoFilterOperation filterOp,
Object criteria1,
Object criteria2,
Boolean showButton)
enable filter with condition
|
Modifier and Type | Method and Description |
---|---|
static SAutoFilter.FilterOp |
EnumUtil.toRangeAutoFilterOperation(Range.AutoFilterOperation filterOp) |
Copyright © 2020. All rights reserved.